Html Css Color HEX #38EEE2 Turquoise

📋 copy color: '#38EEE2'

red 56 ◦ green 238 ◦ blue 226

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

Shades of Turquoise #38EEE2

Tints of Turquoise #38EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.77%

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 10.77%
G = 45.77%
B = 43.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#38EEE2 (or 0x38EEE2) is known color: Turquoise. HEX triplet: 38, EE and E2. RGB value is (56,238,226). Sum of RGB (Red+Green+Blue) = 56+238+226=520 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.77% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEE2 is #C7111D. Grayscale: #B6B6B6. Windows color (decimal): -13046046 or 14872120. OLE color: 14872120.

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

Color convert

RGB 56 238 226 -
CMYK 0.76 0 0.05 0.07
HSL 176.04º 0.84% 0.58% -
HSV(B) 176.04º 0.76% 0.93% -
XYZ 45.93 67.48 82.56 -
YUV 182.21 152.7 37.98 -
System Red Green Blue C M Y K H S L
Decimal 56 238 226 0.76 0 0.05 0.07 176.04 0.84 0.58
Hex 38 EE E2 4C 0 5 7 B0 54 3A
Octal 70 356 342 114 0 5 7 260 124 72
Binary 111000 11101110 11100010 1001100 0 101 111 10110000 1010100 111010

Color Harmonies of #38EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEE2

Black with #38EEE2

Text Example


Text Example

White with #38EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,226); }

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

background-color css

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

 a { background-color: rgb(56,238,226); }

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

border-color css

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

 span { border-color: rgb(56,238,226); }

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