Html Css Color HEX #38EACC Turquoise

📋 copy color: '#38EACC'

red 56 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #38EACC

Tints of Turquoise #38EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 11.34%
G = 47.37%
B = 41.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#38EACC (or 0x38EACC) is known color: Turquoise. HEX triplet: 38, EA and CC. RGB value is (56,234,204). Sum of RGB (Red+Green+Blue) = 56+234+204=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #38EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EACC is #C71533. Grayscale: #B1B1B1. Windows color (decimal): -13047092 or 13429304. OLE color: 13429304.

HSL color Cylindrical-coordinate representation of color #38EACC: hue angle of 169.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EACC is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 234 204 -
CMYK 0.76 0 0.13 0.08
HSL 169.89º 0.81% 0.57% -
HSV(B) 169.89º 0.76% 0.92% -
XYZ 41.95 64.05 67.28 -
YUV 177.36 143.03 41.44 -
System Red Green Blue C M Y K H S L
Decimal 56 234 204 0.76 0 0.13 0.08 169.89 0.81 0.57
Hex 38 EA CC 4C 0 D 8 AA 51 39
Octal 70 352 314 114 0 15 10 252 121 71
Binary 111000 11101010 11001100 1001100 0 1101 1000 10101010 1010001 111001

Color Harmonies of #38EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EACC

Black with #38EACC

Text Example


Text Example

White with #38EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,234,204); }

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

background-color css

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

 a { background-color: rgb(56,234,204); }

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

border-color css

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

 span { border-color: rgb(56,234,204); }

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