Html Css Color HEX #38EED6 Turquoise

📋 copy color: '#38EED6'

red 56 ◦ green 238 ◦ blue 214

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

Shades of Turquoise #38EED6

Tints of Turquoise #38EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.85%

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 11.02%
G = 46.85%
B = 42.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#38EED6 (or 0x38EED6) is known color: Turquoise. HEX triplet: 38, EE and D6. RGB value is (56,238,214). Sum of RGB (Red+Green+Blue) = 56+238+214=508 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.02% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #38EED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EED6 is #C71129. Grayscale: #B4B4B4. Windows color (decimal): -13046058 or 14085688. OLE color: 14085688.

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

Color convert

RGB 56 238 214 -
CMYK 0.76 0 0.10 0.07
HSL 172.09º 0.84% 0.58% -
HSV(B) 172.09º 0.76% 0.93% -
XYZ 44.34 66.84 74.18 -
YUV 180.85 146.7 38.95 -
System Red Green Blue C M Y K H S L
Decimal 56 238 214 0.76 0 0.10 0.07 172.09 0.84 0.58
Hex 38 EE D6 4C 0 A 7 AC 54 3A
Octal 70 356 326 114 0 12 7 254 124 72
Binary 111000 11101110 11010110 1001100 0 1010 111 10101100 1010100 111010

Color Harmonies of #38EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EED6

Black with #38EED6

Text Example


Text Example

White with #38EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,214); }

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

background-color css

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

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

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

border-color css

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

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

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