Html Css Color HEX #38F7BB Turquoise

📋 copy color: '#38F7BB'

red 56 ◦ green 247 ◦ blue 187

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

Shades of Turquoise #38F7BB

Tints of Turquoise #38F7BB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.41%

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

R = 11.43%
G = 50.41%
B = 38.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#38F7BB (or 0x38F7BB) is known color: Turquoise. HEX triplet: 38, F7 and BB. RGB value is (56,247,187). Sum of RGB (Red+Green+Blue) = 56+247+187=490 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.43% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #38F7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F7BB is #C70844. Grayscale: #B7B7B7. Windows color (decimal): -13043781 or 12318520. OLE color: 12318520.

HSL color Cylindrical-coordinate representation of color #38F7BB: hue angle of 161.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F7BB is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 247 187 -
CMYK 0.77 0 0.24 0.03
HSL 161.15º 0.92% 0.59% -
HSV(B) 161.15º 0.77% 0.97% -
XYZ 43.86 70.95 58.4 -
YUV 183.05 130.22 37.38 -
System Red Green Blue C M Y K H S L
Decimal 56 247 187 0.77 0 0.24 0.03 161.15 0.92 0.59
Hex 38 F7 BB 4D 0 18 3 A1 5C 3B
Octal 70 367 273 115 0 30 3 241 134 73
Binary 111000 11110111 10111011 1001101 0 11000 11 10100001 1011100 111011

Color Harmonies of #38F7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F7BB

Black with #38F7BB

Text Example


Text Example

White with #38F7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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