Html Css Color HEX #3BFBE0 Turquoise

📋 copy color: '#3BFBE0'

red 59 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #3BFBE0

Tints of Turquoise #3BFBE0

RGB

 RED value IS 59 (23.44% from 255) = 11.05%

 GREEN value IS 251 (98.44% from 255) = 47%

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 11.05%
G = 47%
B = 41.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#3BFBE0 (or 0x3BFBE0) is known color: Turquoise. HEX triplet: 3B, FB and E0. RGB value is (59,251,224). Sum of RGB (Red+Green+Blue) = 59+251+224=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFBE0 is #C4041F. Grayscale: #BEBEBE. Windows color (decimal): -12846112 or 14744379. OLE color: 14744379.

HSL color Cylindrical-coordinate representation of color #3BFBE0: hue angle of 171.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFBE0 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 251 224 -
CMYK 0.76 0 0.11 0.02
HSL 171.56º 0.96% 0.61% -
HSV(B) 171.56º 0.76% 0.98% -
XYZ 49.76 75.31 82.43 -
YUV 190.51 146.89 34.2 -
System Red Green Blue C M Y K H S L
Decimal 59 251 224 0.76 0 0.11 0.02 171.56 0.96 0.61
Hex 3B FB E0 4C 0 B 2 AC 60 3D
Octal 73 373 340 114 0 13 2 254 140 75
Binary 111011 11111011 11100000 1001100 0 1011 10 10101100 1100000 111101

Color Harmonies of #3BFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFBE0

Black with #3BFBE0

Text Example


Text Example

White with #3BFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BFBE0; }

 p { color: rgb(59,251,224); }

 H1.HeaderClassName
 {
   color: #3BFBE0;
 }
 .AnyTagClassName
 {
   color: #3BFBE0;
 }
</style>

background-color css

<style>
 a { background-color: #3BFBE0; }

 a { background-color: rgb(59,251,224); }

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

border-color css

<style>
 span { border-color: #3BFBE0; }

 span { border-color: rgb(59,251,224); }

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