Html Css Color HEX #38EED4 Turquoise

📋 copy color: '#38EED4'

red 56 ◦ green 238 ◦ blue 212

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

Shades of Turquoise #38EED4

Tints of Turquoise #38EED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 11.07%
G = 47.04%
B = 41.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#38EED4 (or 0x38EED4) is known color: Turquoise. HEX triplet: 38, EE and D4. RGB value is (56,238,212). Sum of RGB (Red+Green+Blue) = 56+238+212=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #38EED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EED4 is #C7112B. Grayscale: #B4B4B4. Windows color (decimal): -13046060 or 13954616. OLE color: 13954616.

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

Color convert

RGB 56 238 212 -
CMYK 0.76 0 0.11 0.07
HSL 171.43º 0.84% 0.58% -
HSV(B) 171.43º 0.76% 0.93% -
XYZ 44.09 66.74 72.85 -
YUV 180.62 145.7 39.11 -
System Red Green Blue C M Y K H S L
Decimal 56 238 212 0.76 0 0.11 0.07 171.43 0.84 0.58
Hex 38 EE D4 4C 0 B 7 AB 54 3A
Octal 70 356 324 114 0 13 7 253 124 72
Binary 111000 11101110 11010100 1001100 0 1011 111 10101011 1010100 111010

Color Harmonies of #38EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EED4

Black with #38EED4

Text Example


Text Example

White with #38EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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