Html Css Color HEX #3BF1ED Turquoise

📋 copy color: '#3BF1ED'

red 59 ◦ green 241 ◦ blue 237

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

Shades of Turquoise #3BF1ED

Tints of Turquoise #3BF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.88%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 10.99%
G = 44.88%
B = 44.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#3BF1ED (or 0x3BF1ED) is known color: Turquoise. HEX triplet: 3B, F1 and ED. RGB value is (59,241,237). Sum of RGB (Red+Green+Blue) = 59+241+237=537 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.99% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF1ED is #C40E12. Grayscale: #B9B9B9. Windows color (decimal): -12848659 or 15593787. OLE color: 15593787.

HSL color Cylindrical-coordinate representation of color #3BF1ED: hue angle of 178.68º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF1ED is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 241 237 -
CMYK 0.76 0 0.02 0.05
HSL 178.68º 0.87% 0.59% -
HSV(B) 178.68º 0.76% 0.95% -
XYZ 48.54 69.95 91.06 -
YUV 186.13 156.7 37.33 -
System Red Green Blue C M Y K H S L
Decimal 59 241 237 0.76 0 0.02 0.05 178.68 0.87 0.59
Hex 3B F1 ED 4C 0 2 5 B3 57 3B
Octal 73 361 355 114 0 2 5 263 127 73
Binary 111011 11110001 11101101 1001100 0 10 101 10110011 1010111 111011

Color Harmonies of #3BF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF1ED

Black with #3BF1ED

Text Example


Text Example

White with #3BF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,241,237); }

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

background-color css

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

 a { background-color: rgb(59,241,237); }

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

border-color css

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

 span { border-color: rgb(59,241,237); }

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