Html Css Color HEX #38DCE1 Turquoise

📋 copy color: '#38DCE1'

red 56 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #38DCE1

Tints of Turquoise #38DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 11.18%
G = 43.91%
B = 44.91%

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

#38DCE1 (or 0x38DCE1) is known color: Turquoise. HEX triplet: 38, DC and E1. RGB value is (56,220,225). Sum of RGB (Red+Green+Blue) = 56+220+225=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #38DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCE1 is #C7231E. Grayscale: #ABABAB. Windows color (decimal): -13050655 or 14801976. OLE color: 14801976.

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

Color convert

RGB 56 220 225 -
CMYK 0.75 0.02 0 0.12
HSL 181.78º 0.74% 0.55% -
HSV(B) 181.78º 0.75% 0.88% -
XYZ 40.81 57.46 80.17 -
YUV 171.53 158.17 45.59 -
System Red Green Blue C M Y K H S L
Decimal 56 220 225 0.75 0.02 0 0.12 181.78 0.74 0.55
Hex 38 DC E1 4B 2 0 C B6 4A 37
Octal 70 334 341 113 2 0 14 266 112 67
Binary 111000 11011100 11100001 1001011 10 0 1100 10110110 1001010 110111

Color Harmonies of #38DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCE1

Black with #38DCE1

Text Example


Text Example

White with #38DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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