Html Css Color HEX #38DCE0 Turquoise

📋 copy color: '#38DCE0'

red 56 ◦ green 220 ◦ blue 224

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

Shades of Turquoise #38DCE0

Tints of Turquoise #38DCE0

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 56 220 224 -
CMYK 0.75 0.02 0 0.12
HSL 181.43º 0.73% 0.55% -
HSV(B) 181.43º 0.75% 0.88% -
XYZ 40.68 57.41 79.46 -
YUV 171.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 56 220 224 0.75 0.02 0 0.12 181.43 0.73 0.55
Hex 38 DC E0 4B 2 0 C B5 49 37
Octal 70 334 340 113 2 0 14 265 111 67
Binary 111000 11011100 11100000 1001011 10 0 1100 10110101 1001001 110111

Color Harmonies of #38DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCE0

Black with #38DCE0

Text Example


Text Example

White with #38DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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