Html Css Color HEX #38DEC0 Turquoise

📋 copy color: '#38DEC0'

red 56 ◦ green 222 ◦ blue 192

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

Shades of Turquoise #38DEC0

Tints of Turquoise #38DEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 11.91%
G = 47.23%
B = 40.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#38DEC0 (or 0x38DEC0) is known color: Turquoise. HEX triplet: 38, DE and C0. RGB value is (56,222,192). Sum of RGB (Red+Green+Blue) = 56+222+192=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEC0 is #C7213F. Grayscale: #A8A8A8. Windows color (decimal): -13050176 or 12639800. OLE color: 12639800.

HSL color Cylindrical-coordinate representation of color #38DEC0: hue angle of 169.16º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DEC0 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 222 192 -
CMYK 0.75 0 0.14 0.13
HSL 169.16º 0.72% 0.55% -
HSV(B) 169.16º 0.75% 0.87% -
XYZ 37.27 56.89 58.89 -
YUV 168.95 141 47.44 -
System Red Green Blue C M Y K H S L
Decimal 56 222 192 0.75 0 0.14 0.13 169.16 0.72 0.55
Hex 38 DE C0 4B 0 E D A9 48 37
Octal 70 336 300 113 0 16 15 251 110 67
Binary 111000 11011110 11000000 1001011 0 1110 1101 10101001 1001000 110111

Color Harmonies of #38DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEC0

Black with #38DEC0

Text Example


Text Example

White with #38DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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