Html Css Color HEX #38ECDE Turquoise

📋 copy color: '#38ECDE'

red 56 ◦ green 236 ◦ blue 222

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

Shades of Turquoise #38ECDE

Tints of Turquoise #38ECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 10.89%
G = 45.91%
B = 43.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#38ECDE (or 0x38ECDE) is known color: Turquoise. HEX triplet: 38, EC and DE. RGB value is (56,236,222). Sum of RGB (Red+Green+Blue) = 56+236+222=514 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.89% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECDE is #C71321. Grayscale: #B4B4B4. Windows color (decimal): -13046562 or 14609464. OLE color: 14609464.

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

Color convert

RGB 56 236 222 -
CMYK 0.76 0 0.06 0.07
HSL 175.33º 0.83% 0.57% -
HSV(B) 175.33º 0.76% 0.93% -
XYZ 44.81 66.11 79.51 -
YUV 180.58 151.37 39.14 -
System Red Green Blue C M Y K H S L
Decimal 56 236 222 0.76 0 0.06 0.07 175.33 0.83 0.57
Hex 38 EC DE 4C 0 6 7 AF 53 39
Octal 70 354 336 114 0 6 7 257 123 71
Binary 111000 11101100 11011110 1001100 0 110 111 10101111 1010011 111001

Color Harmonies of #38ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECDE

Black with #38ECDE

Text Example


Text Example

White with #38ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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