Html Css Color HEX #38E8D9 Turquoise

📋 copy color: '#38E8D9'

red 56 ◦ green 232 ◦ blue 217

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

Shades of Turquoise #38E8D9

Tints of Turquoise #38E8D9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.94%

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 11.09%
G = 45.94%
B = 42.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#38E8D9 (or 0x38E8D9) is known color: Turquoise. HEX triplet: 38, E8 and D9. RGB value is (56,232,217). Sum of RGB (Red+Green+Blue) = 56+232+217=505 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.09% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #38E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E8D9 is #C71726. Grayscale: #B1B1B1. Windows color (decimal): -13047591 or 14280760. OLE color: 14280760.

HSL color Cylindrical-coordinate representation of color #38E8D9: hue angle of 174.89º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E8D9 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 217 -
CMYK 0.76 0 0.06 0.09
HSL 174.89º 0.79% 0.56% -
HSV(B) 174.89º 0.76% 0.91% -
XYZ 43.01 63.56 75.65 -
YUV 177.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 56 232 217 0.76 0 0.06 0.09 174.89 0.79 0.56
Hex 38 E8 D9 4C 0 6 9 AF 4F 38
Octal 70 350 331 114 0 6 11 257 117 70
Binary 111000 11101000 11011001 1001100 0 110 1001 10101111 1001111 111000

Color Harmonies of #38E8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E8D9

Black with #38E8D9

Text Example


Text Example

White with #38E8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,217); }

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

background-color css

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

 a { background-color: rgb(56,232,217); }

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

border-color css

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

 span { border-color: rgb(56,232,217); }

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