Html Css Color HEX #38F2B7 Turquoise

📋 copy color: '#38F2B7'

red 56 ◦ green 242 ◦ blue 183

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

Shades of Turquoise #38F2B7

Tints of Turquoise #38F2B7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

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

R = 11.64%
G = 50.31%
B = 38.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#38F2B7 (or 0x38F2B7) is known color: Turquoise. HEX triplet: 38, F2 and B7. RGB value is (56,242,183). Sum of RGB (Red+Green+Blue) = 56+242+183=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2B7 is #C70D48. Grayscale: #B3B3B3. Windows color (decimal): -13045065 or 12055096. OLE color: 12055096.

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

Color convert

RGB 56 242 183 -
CMYK 0.77 0 0.24 0.05
HSL 160.97º 0.88% 0.58% -
HSV(B) 160.97º 0.77% 0.95% -
XYZ 41.93 67.76 55.67 -
YUV 179.66 129.88 39.8 -
System Red Green Blue C M Y K H S L
Decimal 56 242 183 0.77 0 0.24 0.05 160.97 0.88 0.58
Hex 38 F2 B7 4D 0 18 5 A1 58 3A
Octal 70 362 267 115 0 30 5 241 130 72
Binary 111000 11110010 10110111 1001101 0 11000 101 10100001 1011000 111010

Color Harmonies of #38F2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2B7

Black with #38F2B7

Text Example


Text Example

White with #38F2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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