Html Css Color HEX #38ECCF Turquoise

📋 copy color: '#38ECCF'

red 56 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #38ECCF

Tints of Turquoise #38ECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 11.22%
G = 47.29%
B = 41.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#38ECCF (or 0x38ECCF) is known color: Turquoise. HEX triplet: 38, EC and CF. RGB value is (56,236,207). Sum of RGB (Red+Green+Blue) = 56+236+207=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECCF is #C71330. Grayscale: #B2B2B2. Windows color (decimal): -13046577 or 13626424. OLE color: 13626424.

HSL color Cylindrical-coordinate representation of color #38ECCF: hue angle of 170.33º 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 #38ECCF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 207 -
CMYK 0.76 0 0.12 0.07
HSL 170.33º 0.83% 0.57% -
HSV(B) 170.33º 0.76% 0.93% -
XYZ 42.89 65.34 69.38 -
YUV 178.87 143.87 40.36 -
System Red Green Blue C M Y K H S L
Decimal 56 236 207 0.76 0 0.12 0.07 170.33 0.83 0.57
Hex 38 EC CF 4C 0 C 7 AA 53 39
Octal 70 354 317 114 0 14 7 252 123 71
Binary 111000 11101100 11001111 1001100 0 1100 111 10101010 1010011 111001

Color Harmonies of #38ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECCF

Black with #38ECCF

Text Example


Text Example

White with #38ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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