Html Css Color HEX #38E6EB Turquoise

📋 copy color: '#38E6EB'

red 56 ◦ green 230 ◦ blue 235

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

Shades of Turquoise #38E6EB

Tints of Turquoise #38E6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.15%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 10.75%
G = 44.15%
B = 45.11%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#38E6EB (or 0x38E6EB) is known color: Turquoise. HEX triplet: 38, E6 and EB. RGB value is (56,230,235). Sum of RGB (Red+Green+Blue) = 56+230+235=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #38E6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E6EB is #C71914. Grayscale: #B2B2B2. Windows color (decimal): -13048085 or 15459896. OLE color: 15459896.

HSL color Cylindrical-coordinate representation of color #38E6EB: hue angle of 181.68º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E6EB is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 230 235 -
CMYK 0.76 0.02 0 0.08
HSL 181.68º 0.82% 0.57% -
HSV(B) 181.68º 0.76% 0.92% -
XYZ 44.92 63.43 88.47 -
YUV 178.54 159.85 40.59 -
System Red Green Blue C M Y K H S L
Decimal 56 230 235 0.76 0.02 0 0.08 181.68 0.82 0.57
Hex 38 E6 EB 4C 2 0 8 B6 52 39
Octal 70 346 353 114 2 0 10 266 122 71
Binary 111000 11100110 11101011 1001100 10 0 1000 10110110 1010010 111001

Color Harmonies of #38E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E6EB

Black with #38E6EB

Text Example


Text Example

White with #38E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,230,235); }

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

background-color css

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

 a { background-color: rgb(56,230,235); }

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

border-color css

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

 span { border-color: rgb(56,230,235); }

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