Html Css Color HEX #3BDBF1 Turquoise

📋 copy color: '#3BDBF1'

red 59 ◦ green 219 ◦ blue 241

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

Shades of Turquoise #3BDBF1

Tints of Turquoise #3BDBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 11.37%
G = 42.2%
B = 46.44%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BDBF1 (or 0x3BDBF1) is known color: Turquoise. HEX triplet: 3B, DB and F1. RGB value is (59,219,241). Sum of RGB (Red+Green+Blue) = 59+219+241=519 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.37% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBF1 is #C4240E. Grayscale: #ADADAD. Windows color (decimal): -12854287 or 15850299. OLE color: 15850299.

HSL color Cylindrical-coordinate representation of color #3BDBF1: hue angle of 187.25º 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 #3BDBF1 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 219 241 -
CMYK 0.76 0.09 0 0.05
HSL 187.25º 0.87% 0.59% -
HSV(B) 187.25º 0.76% 0.95% -
XYZ 43.01 57.94 92.14 -
YUV 173.67 165.99 46.21 -
System Red Green Blue C M Y K H S L
Decimal 59 219 241 0.76 0.09 0 0.05 187.25 0.87 0.59
Hex 3B DB F1 4C 9 0 5 BB 57 3B
Octal 73 333 361 114 11 0 5 273 127 73
Binary 111011 11011011 11110001 1001100 1001 0 101 10111011 1010111 111011

Color Harmonies of #3BDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDBF1

Black with #3BDBF1

Text Example


Text Example

White with #3BDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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