Html Css Color HEX #38DEE0 Turquoise

📋 copy color: '#38DEE0'

red 56 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #38DEE0

Tints of Turquoise #38DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

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

R = 11.16%
G = 44.22%
B = 44.62%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#38DEE0 (or 0x38DEE0) is known color: Turquoise. HEX triplet: 38, DE and E0. RGB value is (56,222,224). Sum of RGB (Red+Green+Blue) = 56+222+224=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #38DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEE0 is #C7211F. Grayscale: #ACACAC. Windows color (decimal): -13050144 or 14736952. OLE color: 14736952.

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

Color convert

RGB 56 222 224 -
CMYK 0.75 0.01 0 0.12
HSL 180.71º 0.73% 0.55% -
HSV(B) 180.71º 0.75% 0.88% -
XYZ 41.21 58.47 79.63 -
YUV 172.59 157 44.84 -
System Red Green Blue C M Y K H S L
Decimal 56 222 224 0.75 0.01 0 0.12 180.71 0.73 0.55
Hex 38 DE E0 4B 1 0 C B5 49 37
Octal 70 336 340 113 1 0 14 265 111 67
Binary 111000 11011110 11100000 1001011 1 0 1100 10110101 1001001 110111

Color Harmonies of #38DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEE0

Black with #38DEE0

Text Example


Text Example

White with #38DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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