Html Css Color HEX #38DAE2 Turquoise

📋 copy color: '#38DAE2'

red 56 ◦ green 218 ◦ blue 226

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

Shades of Turquoise #38DAE2

Tints of Turquoise #38DAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 226 (88.67% from 255) = 45.2%

R = 11.2%
G = 43.6%
B = 45.2%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#38DAE2 (or 0x38DAE2) is known color: Turquoise. HEX triplet: 38, DA and E2. RGB value is (56,218,226). Sum of RGB (Red+Green+Blue) = 56+218+226=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #38DAE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAE2 is #C7251D. Grayscale: #AAAAAA. Windows color (decimal): -13051166 or 14867000. OLE color: 14867000.

HSL color Cylindrical-coordinate representation of color #38DAE2: hue angle of 182.82º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DAE2 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 218 226 -
CMYK 0.75 0.04 0 0.11
HSL 182.82º 0.75% 0.55% -
HSV(B) 182.82º 0.75% 0.89% -
XYZ 40.43 56.47 80.72 -
YUV 170.47 159.33 46.35 -
System Red Green Blue C M Y K H S L
Decimal 56 218 226 0.75 0.04 0 0.11 182.82 0.75 0.55
Hex 38 DA E2 4B 4 0 B B7 4B 37
Octal 70 332 342 113 4 0 13 267 113 67
Binary 111000 11011010 11100010 1001011 100 0 1011 10110111 1001011 110111

Color Harmonies of #38DAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DAE2

Black with #38DAE2

Text Example


Text Example

White with #38DAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,218,226); }

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

background-color css

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

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

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

border-color css

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

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

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