Html Css Color HEX #38FFBB Turquoise

📋 copy color: '#38FFBB'

red 56 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #38FFBB

Tints of Turquoise #38FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

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

R = 11.24%
G = 51.2%
B = 37.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#38FFBB (or 0x38FFBB) is known color: Turquoise. HEX triplet: 38, FF and BB. RGB value is (56,255,187). Sum of RGB (Red+Green+Blue) = 56+255+187=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFBB is #C70044. Grayscale: #BBBBBB. Windows color (decimal): -13041733 or 12320568. OLE color: 12320568.

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

Color convert

RGB 56 255 187 -
CMYK 0.78 0 0.27 0
HSL 159.5º 1% 0.61% -
HSV(B) 159.5º 0.78% 1% -
XYZ 46.36 75.95 59.23 -
YUV 187.75 127.57 34.03 -
System Red Green Blue C M Y K H S L
Decimal 56 255 187 0.78 0 0.27 0 159.5 1 0.61
Hex 38 FF BB 4E 0 1B 0 9F 64 3D
Octal 70 377 273 116 0 33 0 237 144 75
Binary 111000 11111111 10111011 1001110 0 11011 0 10011111 1100100 111101

Color Harmonies of #38FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FFBB

Black with #38FFBB

Text Example


Text Example

White with #38FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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