Html Css Color HEX #38E9E5 Turquoise

📋 copy color: '#38E9E5'

red 56 ◦ green 233 ◦ blue 229

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

Shades of Turquoise #38E9E5

Tints of Turquoise #38E9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 10.81%
G = 44.98%
B = 44.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#38E9E5 (or 0x38E9E5) is known color: Turquoise. HEX triplet: 38, E9 and E5. RGB value is (56,233,229). Sum of RGB (Red+Green+Blue) = 56+233+229=518 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.81% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9E5 is #C7161A. Grayscale: #B3B3B3. Windows color (decimal): -13047323 or 15067448. OLE color: 15067448.

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

Color convert

RGB 56 233 229 -
CMYK 0.76 0 0.02 0.09
HSL 178.64º 0.8% 0.57% -
HSV(B) 178.64º 0.76% 0.91% -
XYZ 44.91 64.78 84.26 -
YUV 179.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 56 233 229 0.76 0 0.02 0.09 178.64 0.8 0.57
Hex 38 E9 E5 4C 0 2 9 B3 50 39
Octal 70 351 345 114 0 2 11 263 120 71
Binary 111000 11101001 11100101 1001100 0 10 1001 10110011 1010000 111001

Color Harmonies of #38E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9E5

Black with #38E9E5

Text Example


Text Example

White with #38E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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