Html Css Color HEX #38EBBE Turquoise

📋 copy color: '#38EBBE'

red 56 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #38EBBE

Tints of Turquoise #38EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.86%

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

R = 11.64%
G = 48.86%
B = 39.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#38EBBE (or 0x38EBBE) is known color: Turquoise. HEX triplet: 38, EB and BE. RGB value is (56,235,190). Sum of RGB (Red+Green+Blue) = 56+235+190=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #38EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EBBE is #C71441. Grayscale: #B0B0B0. Windows color (decimal): -13046850 or 12512056. OLE color: 12512056.

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

Color convert

RGB 56 235 190 -
CMYK 0.76 0 0.19 0.08
HSL 164.92º 0.82% 0.57% -
HSV(B) 164.92º 0.76% 0.92% -
XYZ 40.63 63.98 58.92 -
YUV 176.35 135.7 42.16 -
System Red Green Blue C M Y K H S L
Decimal 56 235 190 0.76 0 0.19 0.08 164.92 0.82 0.57
Hex 38 EB BE 4C 0 13 8 A5 52 39
Octal 70 353 276 114 0 23 10 245 122 71
Binary 111000 11101011 10111110 1001100 0 10011 1000 10100101 1010010 111001

Color Harmonies of #38EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EBBE

Black with #38EBBE

Text Example


Text Example

White with #38EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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