Html Css Color HEX #38EEBE Turquoise

📋 copy color: '#38EEBE'

red 56 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #38EEBE

Tints of Turquoise #38EEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 11.57%
G = 49.17%
B = 39.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#38EEBE (or 0x38EEBE) is known color: Turquoise. HEX triplet: 38, EE and BE. RGB value is (56,238,190). Sum of RGB (Red+Green+Blue) = 56+238+190=484 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.57% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEBE is #C71141. Grayscale: #B2B2B2. Windows color (decimal): -13046082 or 12512824. OLE color: 12512824.

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

Color convert

RGB 56 238 190 -
CMYK 0.76 0 0.20 0.07
HSL 164.18º 0.84% 0.58% -
HSV(B) 164.18º 0.76% 0.93% -
XYZ 41.5 65.71 59.21 -
YUV 178.11 134.7 40.9 -
System Red Green Blue C M Y K H S L
Decimal 56 238 190 0.76 0 0.20 0.07 164.18 0.84 0.58
Hex 38 EE BE 4C 0 14 7 A4 54 3A
Octal 70 356 276 114 0 24 7 244 124 72
Binary 111000 11101110 10111110 1001100 0 10100 111 10100100 1010100 111010

Color Harmonies of #38EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEBE

Black with #38EEBE

Text Example


Text Example

White with #38EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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