Html Css Color HEX #38FEBB Turquoise

📋 copy color: '#38FEBB'

red 56 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #38FEBB

Tints of Turquoise #38FEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.11%

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 11.27%
G = 51.11%
B = 37.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#38FEBB (or 0x38FEBB) is known color: Turquoise. HEX triplet: 38, FE and BB. RGB value is (56,254,187). Sum of RGB (Red+Green+Blue) = 56+254+187=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEBB is #C70144. Grayscale: #BBBBBB. Windows color (decimal): -13041989 or 12320312. OLE color: 12320312.

HSL color Cylindrical-coordinate representation of color #38FEBB: hue angle of 159.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEBB is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 254 187 -
CMYK 0.78 0 0.26 0.00
HSL 159.7º 0.99% 0.61% -
HSV(B) 159.7º 0.78% 1% -
XYZ 46.04 75.31 59.12 -
YUV 187.16 127.9 34.45 -
System Red Green Blue C M Y K H S L
Decimal 56 254 187 0.78 0 0.26 0.00 159.7 0.99 0.61
Hex 38 FE BB 4E 0 1A 0 A0 63 3D
Octal 70 376 273 116 0 32 0 240 143 75
Binary 111000 11111110 10111011 1001110 0 11010 0 10100000 1100011 111101

Color Harmonies of #38FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FEBB

Black with #38FEBB

Text Example


Text Example

White with #38FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,254,187); }

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

background-color css

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

 a { background-color: rgb(56,254,187); }

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

border-color css

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

 span { border-color: rgb(56,254,187); }

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