Html Css Color HEX #38E9BE Turquoise

📋 copy color: '#38E9BE'

red 56 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #38E9BE

Tints of Turquoise #38E9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.64%

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

R = 11.69%
G = 48.64%
B = 39.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#38E9BE (or 0x38E9BE) is known color: Turquoise. HEX triplet: 38, E9 and BE. RGB value is (56,233,190). Sum of RGB (Red+Green+Blue) = 56+233+190=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9BE is #C71641. Grayscale: #AFAFAF. Windows color (decimal): -13047362 or 12511544. OLE color: 12511544.

HSL color Cylindrical-coordinate representation of color #38E9BE: hue angle of 165.42º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9BE is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 233 190 -
CMYK 0.76 0 0.18 0.09
HSL 165.42º 0.8% 0.57% -
HSV(B) 165.42º 0.76% 0.91% -
XYZ 40.06 62.84 58.73 -
YUV 175.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 56 233 190 0.76 0 0.18 0.09 165.42 0.8 0.57
Hex 38 E9 BE 4C 0 12 9 A5 50 39
Octal 70 351 276 114 0 22 11 245 120 71
Binary 111000 11101001 10111110 1001100 0 10010 1001 10100101 1010000 111001

Color Harmonies of #38E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9BE

Black with #38E9BE

Text Example


Text Example

White with #38E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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