Html Css Color HEX #38EEE7 Turquoise

📋 copy color: '#38EEE7'

red 56 ◦ green 238 ◦ blue 231

#38EEE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38EEE7

Tints of Turquoise #38EEE7

RGB

 RED value IS 56 (22.27% from 255) = 10.67%

 GREEN value IS 238 (93.36% from 255) = 45.33%

 BLUE value IS 231 (90.63% from 255) = 44%

R = 10.67%
G = 45.33%
B = 44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38EEE7 (or 0x38EEE7) is known color: Turquoise. HEX triplet: 38, EE and E7. RGB value is (56,238,231). Sum of RGB (Red+Green+Blue) = 56+238+231=525 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.67% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EEE7 is #C71118. Grayscale: #B6B6B6. Windows color (decimal): -13046041 or 15199800. OLE color: 15199800.

HSL color Cylindrical-coordinate representation of color #38EEE7: hue angle of 177.69º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEE7 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 231 -
CMYK 0.76 0 0.03 0.07
HSL 177.69º 0.84% 0.58% -
HSV(B) 177.69º 0.76% 0.93% -
XYZ 46.63 67.76 86.22 -
YUV 182.78 155.2 37.57 -
System Red Green Blue C M Y K H S L
Decimal 56 238 231 0.76 0 0.03 0.07 177.69 0.84 0.58
Hex 38 EE E7 4C 0 3 7 B2 54 3A
Octal 70 356 347 114 0 3 7 262 124 72
Binary 111000 11101110 11100111 1001100 0 11 111 10110010 1010100 111010

Color Harmonies of #38EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEE7

Black with #38EEE7

Text Example


Text Example

White with #38EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EEE7; }

 p { color: rgb(56,238,231); }

 H1.HeaderClassName
 {
   color: #38EEE7;
 }
 .AnyTagClassName
 {
   color: #38EEE7;
 }
</style>

background-color css

<style>
 a { background-color: #38EEE7; }

 a { background-color: rgb(56,238,231); }

 div.DivClassName
 {
   background-color: #38EEE7;
 }
 .BgClassName
 {
   background-color: #38EEE7;
 }
</style>

border-color css

<style>
 span { border-color: #38EEE7; }

 span { border-color: rgb(56,238,231); }

 td.TdClassName
 {
   border-color: #38EEE7;
 }
 .TagClassName
 {
   border-color: #38EEE7;
 }
</style>