Html Css Color HEX #38EADE Turquoise

📋 copy color: '#38EADE'

red 56 ◦ green 234 ◦ blue 222

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

Shades of Turquoise #38EADE

Tints of Turquoise #38EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

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

R = 10.94%
G = 45.7%
B = 43.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#38EADE (or 0x38EADE) is known color: Turquoise. HEX triplet: 38, EA and DE. RGB value is (56,234,222). Sum of RGB (Red+Green+Blue) = 56+234+222=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #38EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EADE is #C71521. Grayscale: #B3B3B3. Windows color (decimal): -13047074 or 14608952. OLE color: 14608952.

HSL color Cylindrical-coordinate representation of color #38EADE: hue angle of 175.96º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EADE is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 234 222 -
CMYK 0.76 0 0.05 0.08
HSL 175.96º 0.81% 0.57% -
HSV(B) 175.96º 0.76% 0.92% -
XYZ 44.24 64.96 79.31 -
YUV 179.41 152.03 39.98 -
System Red Green Blue C M Y K H S L
Decimal 56 234 222 0.76 0 0.05 0.08 175.96 0.81 0.57
Hex 38 EA DE 4C 0 5 8 B0 51 39
Octal 70 352 336 114 0 5 10 260 121 71
Binary 111000 11101010 11011110 1001100 0 101 1000 10110000 1010001 111001

Color Harmonies of #38EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EADE

Black with #38EADE

Text Example


Text Example

White with #38EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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