Html Css Color HEX #38E6ED Turquoise

📋 copy color: '#38E6ED'

red 56 ◦ green 230 ◦ blue 237

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

Shades of Turquoise #38E6ED

Tints of Turquoise #38E6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 10.71%
G = 43.98%
B = 45.32%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38E6ED (or 0x38E6ED) is known color: Turquoise. HEX triplet: 38, E6 and ED. RGB value is (56,230,237). Sum of RGB (Red+Green+Blue) = 56+230+237=523 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.71% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #38E6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E6ED is #C71912. Grayscale: #B2B2B2. Windows color (decimal): -13048083 or 15590968. OLE color: 15590968.

HSL color Cylindrical-coordinate representation of color #38E6ED: hue angle of 182.32º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E6ED is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 230 237 -
CMYK 0.76 0.03 0 0.07
HSL 182.32º 0.83% 0.57% -
HSV(B) 182.32º 0.76% 0.93% -
XYZ 45.21 63.55 90 -
YUV 178.77 160.85 40.43 -
System Red Green Blue C M Y K H S L
Decimal 56 230 237 0.76 0.03 0 0.07 182.32 0.83 0.57
Hex 38 E6 ED 4C 3 0 7 B6 53 39
Octal 70 346 355 114 3 0 7 266 123 71
Binary 111000 11100110 11101101 1001100 11 0 111 10110110 1010011 111001

Color Harmonies of #38E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E6ED

Black with #38E6ED

Text Example


Text Example

White with #38E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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