Html Css Color HEX #38E9CE Turquoise

📋 copy color: '#38E9CE'

red 56 ◦ green 233 ◦ blue 206

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

Shades of Turquoise #38E9CE

Tints of Turquoise #38E9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.07%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 11.31%
G = 47.07%
B = 41.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#38E9CE (or 0x38E9CE) is known color: Turquoise. HEX triplet: 38, E9 and CE. RGB value is (56,233,206). Sum of RGB (Red+Green+Blue) = 56+233+206=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9CE is #C71631. Grayscale: #B0B0B0. Windows color (decimal): -13047346 or 13560120. OLE color: 13560120.

HSL color Cylindrical-coordinate representation of color #38E9CE: hue angle of 170.85º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9CE is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 233 206 -
CMYK 0.76 0 0.12 0.09
HSL 170.85º 0.8% 0.57% -
HSV(B) 170.85º 0.76% 0.91% -
XYZ 41.91 63.57 68.45 -
YUV 177 144.36 41.7 -
System Red Green Blue C M Y K H S L
Decimal 56 233 206 0.76 0 0.12 0.09 170.85 0.8 0.57
Hex 38 E9 CE 4C 0 C 9 AB 50 39
Octal 70 351 316 114 0 14 11 253 120 71
Binary 111000 11101001 11001110 1001100 0 1100 1001 10101011 1010000 111001

Color Harmonies of #38E9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9CE

Black with #38E9CE

Text Example


Text Example

White with #38E9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,233,206); }

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

background-color css

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

 a { background-color: rgb(56,233,206); }

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

border-color css

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

 span { border-color: rgb(56,233,206); }

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