Html Css Color HEX #38ECEC Turquoise

📋 copy color: '#38ECEC'

red 56 ◦ green 236 ◦ blue 236

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

Shades of Turquoise #38ECEC

Tints of Turquoise #38ECEC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.7%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 10.61%
G = 44.7%
B = 44.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38ECEC (or 0x38ECEC) is known color: Turquoise. HEX triplet: 38, EC and EC. RGB value is (56,236,236). Sum of RGB (Red+Green+Blue) = 56+236+236=528 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.61% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #38ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38ECEC is #C71313. Grayscale: #B6B6B6. Windows color (decimal): -13046548 or 15526968. OLE color: 15526968.

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

Color convert

RGB 56 236 236 -
CMYK 0.76 0 0 0.07
HSL 180º 0.83% 0.57% -
HSV(B) 180º 0.76% 0.93% -
XYZ 46.77 66.89 89.8 -
YUV 182.18 158.37 38 -
System Red Green Blue C M Y K H S L
Decimal 56 236 236 0.76 0 0 0.07 180 0.83 0.57
Hex 38 EC EC 4C 0 0 7 B4 53 39
Octal 70 354 354 114 0 0 7 264 123 71
Binary 111000 11101100 11101100 1001100 0 0 111 10110100 1010011 111001

Color Harmonies of #38ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECEC

Black with #38ECEC

Text Example


Text Example

White with #38ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,236); }

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

background-color css

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

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

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

border-color css

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

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

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