Html Css Color HEX #38DCD1 Turquoise

📋 copy color: '#38DCD1'

red 56 ◦ green 220 ◦ blue 209

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

Shades of Turquoise #38DCD1

Tints of Turquoise #38DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 11.55%
G = 45.36%
B = 43.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#38DCD1 (or 0x38DCD1) is known color: Turquoise. HEX triplet: 38, DC and D1. RGB value is (56,220,209). Sum of RGB (Red+Green+Blue) = 56+220+209=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCD1 is #C7232E. Grayscale: #A9A9A9. Windows color (decimal): -13050671 or 13753400. OLE color: 13753400.

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

Color convert

RGB 56 220 209 -
CMYK 0.75 0 0.05 0.14
HSL 175.98º 0.7% 0.54% -
HSV(B) 175.98º 0.75% 0.86% -
XYZ 38.73 56.63 69.21 -
YUV 169.71 150.17 46.89 -
System Red Green Blue C M Y K H S L
Decimal 56 220 209 0.75 0 0.05 0.14 175.98 0.7 0.54
Hex 38 DC D1 4B 0 5 E B0 46 36
Octal 70 334 321 113 0 5 16 260 106 66
Binary 111000 11011100 11010001 1001011 0 101 1110 10110000 1000110 110110

Color Harmonies of #38DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCD1

Black with #38DCD1

Text Example


Text Example

White with #38DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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