Html Css Color HEX #38D9DC Turquoise

📋 copy color: '#38D9DC'

red 56 ◦ green 217 ◦ blue 220

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

Shades of Turquoise #38D9DC

Tints of Turquoise #38D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.02%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 11.36%
G = 44.02%
B = 44.62%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38D9DC (or 0x38D9DC) is known color: Turquoise. HEX triplet: 38, D9 and DC. RGB value is (56,217,220). Sum of RGB (Red+Green+Blue) = 56+217+220=493 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.36% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #38D9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D9DC is #C72623. Grayscale: #A9A9A9. Windows color (decimal): -13051428 or 14473528. OLE color: 14473528.

HSL color Cylindrical-coordinate representation of color #38D9DC: hue angle of 181.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D9DC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 217 220 -
CMYK 0.75 0.01 0 0.14
HSL 181.1º 0.7% 0.54% -
HSV(B) 181.1º 0.75% 0.86% -
XYZ 39.36 55.63 76.37 -
YUV 169.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 56 217 220 0.75 0.01 0 0.14 181.1 0.7 0.54
Hex 38 D9 DC 4B 1 0 E B5 46 36
Octal 70 331 334 113 1 0 16 265 106 66
Binary 111000 11011001 11011100 1001011 1 0 1110 10110101 1000110 110110

Color Harmonies of #38D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D9DC

Black with #38D9DC

Text Example


Text Example

White with #38D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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