Html Css Color HEX #38F0B7 Turquoise

📋 copy color: '#38F0B7'

red 56 ◦ green 240 ◦ blue 183

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

Shades of Turquoise #38F0B7

Tints of Turquoise #38F0B7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 11.69%
G = 50.1%
B = 38.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#38F0B7 (or 0x38F0B7) is known color: Turquoise. HEX triplet: 38, F0 and B7. RGB value is (56,240,183). Sum of RGB (Red+Green+Blue) = 56+240+183=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #38F0B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F0B7 is #C70F48. Grayscale: #B2B2B2. Windows color (decimal): -13045577 or 12054584. OLE color: 12054584.

HSL color Cylindrical-coordinate representation of color #38F0B7: hue angle of 161.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0B7 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 183 -
CMYK 0.77 0 0.24 0.06
HSL 161.41º 0.86% 0.58% -
HSV(B) 161.41º 0.77% 0.94% -
XYZ 41.34 66.58 55.47 -
YUV 178.49 130.54 40.63 -
System Red Green Blue C M Y K H S L
Decimal 56 240 183 0.77 0 0.24 0.06 161.41 0.86 0.58
Hex 38 F0 B7 4D 0 18 6 A1 56 3A
Octal 70 360 267 115 0 30 6 241 126 72
Binary 111000 11110000 10110111 1001101 0 11000 110 10100001 1010110 111010

Color Harmonies of #38F0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F0B7

Black with #38F0B7

Text Example


Text Example

White with #38F0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,183); }

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

background-color css

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

 a { background-color: rgb(56,240,183); }

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

border-color css

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

 span { border-color: rgb(56,240,183); }

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