Html Css Color HEX #38E5EF Turquoise

📋 copy color: '#38E5EF'

red 56 ◦ green 229 ◦ blue 239

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

Shades of Turquoise #38E5EF

Tints of Turquoise #38E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.7%

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 10.69%
G = 43.7%
B = 45.61%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38E5EF (or 0x38E5EF) is known color: Turquoise. HEX triplet: 38, E5 and EF. RGB value is (56,229,239). Sum of RGB (Red+Green+Blue) = 56+229+239=524 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.69% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #38E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E5EF is #C71A10. Grayscale: #B2B2B2. Windows color (decimal): -13048337 or 15721784. OLE color: 15721784.

HSL color Cylindrical-coordinate representation of color #38E5EF: hue angle of 183.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E5EF is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 229 239 -
CMYK 0.77 0.04 0 0.06
HSL 183.28º 0.85% 0.58% -
HSV(B) 183.28º 0.77% 0.94% -
XYZ 45.23 63.11 91.46 -
YUV 178.41 162.19 40.69 -
System Red Green Blue C M Y K H S L
Decimal 56 229 239 0.77 0.04 0 0.06 183.28 0.85 0.58
Hex 38 E5 EF 4D 4 0 6 B7 55 3A
Octal 70 345 357 115 4 0 6 267 125 72
Binary 111000 11100101 11101111 1001101 100 0 110 10110111 1010101 111010

Color Harmonies of #38E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E5EF

Black with #38E5EF

Text Example


Text Example

White with #38E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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