Html Css Color HEX #38E0DC Turquoise

📋 copy color: '#38E0DC'

red 56 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #38E0DC

Tints of Turquoise #38E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 11.2%
G = 44.8%
B = 44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#38E0DC (or 0x38E0DC) is known color: Turquoise. HEX triplet: 38, E0 and DC. RGB value is (56,224,220). Sum of RGB (Red+Green+Blue) = 56+224+220=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #38E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E0DC is #C71F23. Grayscale: #ADADAD. Windows color (decimal): -13049636 or 14475320. OLE color: 14475320.

HSL color Cylindrical-coordinate representation of color #38E0DC: hue angle of 178.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E0DC is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 220 -
CMYK 0.75 0 0.02 0.12
HSL 178.57º 0.73% 0.55% -
HSV(B) 178.57º 0.75% 0.88% -
XYZ 41.2 59.32 76.99 -
YUV 173.31 154.34 44.33 -
System Red Green Blue C M Y K H S L
Decimal 56 224 220 0.75 0 0.02 0.12 178.57 0.73 0.55
Hex 38 E0 DC 4B 0 2 C B3 49 37
Octal 70 340 334 113 0 2 14 263 111 67
Binary 111000 11100000 11011100 1001011 0 10 1100 10110011 1001001 110111

Color Harmonies of #38E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E0DC

Black with #38E0DC

Text Example


Text Example

White with #38E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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