Html Css Color HEX #38DCDC Turquoise

📋 copy color: '#38DCDC'

red 56 ◦ green 220 ◦ blue 220

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

Shades of Turquoise #38DCDC

Tints of Turquoise #38DCDC

RGB

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

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

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

R = 11.29%
G = 44.35%
B = 44.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38DCDC (or 0x38DCDC) is known color: Turquoise. HEX triplet: 38, DC and DC. RGB value is (56,220,220). Sum of RGB (Red+Green+Blue) = 56+220+220=496 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.29% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #38DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCDC is #C72323. Grayscale: #AAAAAA. Windows color (decimal): -13050660 or 14474296. OLE color: 14474296.

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

Color convert

RGB 56 220 220 -
CMYK 0.75 0 0 0.14
HSL 180º 0.7% 0.54% -
HSV(B) 180º 0.75% 0.86% -
XYZ 40.14 57.19 76.63 -
YUV 170.96 155.67 46 -
System Red Green Blue C M Y K H S L
Decimal 56 220 220 0.75 0 0 0.14 180 0.7 0.54
Hex 38 DC DC 4B 0 0 E B4 46 36
Octal 70 334 334 113 0 0 16 264 106 66
Binary 111000 11011100 11011100 1001011 0 0 1110 10110100 1000110 110110

Color Harmonies of #38DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCDC

Black with #38DCDC

Text Example


Text Example

White with #38DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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