Html Css Color HEX #38E9E8 Turquoise

📋 copy color: '#38E9E8'

red 56 ◦ green 233 ◦ blue 232

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

Shades of Turquoise #38E9E8

Tints of Turquoise #38E9E8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 10.75%
G = 44.72%
B = 44.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#38E9E8 (or 0x38E9E8) is known color: Turquoise. HEX triplet: 38, E9 and E8. RGB value is (56,233,232). Sum of RGB (Red+Green+Blue) = 56+233+232=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E9E8 is #C71617. Grayscale: #B3B3B3. Windows color (decimal): -13047320 or 15264056. OLE color: 15264056.

HSL color Cylindrical-coordinate representation of color #38E9E8: hue angle of 179.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9E8 is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 233 232 -
CMYK 0.76 0 0.00 0.09
HSL 179.66º 0.8% 0.57% -
HSV(B) 179.66º 0.76% 0.91% -
XYZ 45.34 64.94 86.49 -
YUV 179.96 157.36 39.58 -
System Red Green Blue C M Y K H S L
Decimal 56 233 232 0.76 0 0.00 0.09 179.66 0.8 0.57
Hex 38 E9 E8 4C 0 0 9 B4 50 39
Octal 70 351 350 114 0 0 11 264 120 71
Binary 111000 11101001 11101000 1001100 0 0 1001 10110100 1010000 111001

Color Harmonies of #38E9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9E8

Black with #38E9E8

Text Example


Text Example

White with #38E9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,233,232); }

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

background-color css

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

 a { background-color: rgb(56,233,232); }

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

border-color css

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

 span { border-color: rgb(56,233,232); }

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