Html Css Color HEX #38DCD6 Turquoise

📋 copy color: '#38DCD6'

red 56 ◦ green 220 ◦ blue 214

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

Shades of Turquoise #38DCD6

Tints of Turquoise #38DCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 11.43%
G = 44.9%
B = 43.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#38DCD6 (or 0x38DCD6) is known color: Turquoise. HEX triplet: 38, DC and D6. RGB value is (56,220,214). Sum of RGB (Red+Green+Blue) = 56+220+214=490 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.43% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCD6 is #C72329. Grayscale: #AAAAAA. Windows color (decimal): -13050666 or 14081080. OLE color: 14081080.

HSL color Cylindrical-coordinate representation of color #38DCD6: hue angle of 177.8º 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 #38DCD6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 214 -
CMYK 0.75 0 0.03 0.14
HSL 177.8º 0.7% 0.54% -
HSV(B) 177.8º 0.75% 0.86% -
XYZ 39.36 56.88 72.52 -
YUV 170.28 152.67 46.49 -
System Red Green Blue C M Y K H S L
Decimal 56 220 214 0.75 0 0.03 0.14 177.8 0.7 0.54
Hex 38 DC D6 4B 0 3 E B2 46 36
Octal 70 334 326 113 0 3 16 262 106 66
Binary 111000 11011100 11010110 1001011 0 11 1110 10110010 1000110 110110

Color Harmonies of #38DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCD6

Black with #38DCD6

Text Example


Text Example

White with #38DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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