Html Css Color HEX #3BDCFF Turquoise

📋 copy color: '#3BDCFF'

red 59 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #3BDCFF

Tints of Turquoise #3BDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.2%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 11.05%
G = 41.2%
B = 47.75%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BDCFF (or 0x3BDCFF) is known color: Turquoise. HEX triplet: 3B, DC and FF. RGB value is (59,220,255). Sum of RGB (Red+Green+Blue) = 59+220+255=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDCFF is #C42300. Grayscale: #AFAFAF. Windows color (decimal): -12854017 or 16768059. OLE color: 16768059.

HSL color Cylindrical-coordinate representation of color #3BDCFF: hue angle of 190.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDCFF is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 220 255 -
CMYK 0.77 0.14 0 0
HSL 190.71º 1% 0.62% -
HSV(B) 190.71º 0.77% 1% -
XYZ 45.45 59.34 103.67 -
YUV 175.85 172.66 44.65 -
System Red Green Blue C M Y K H S L
Decimal 59 220 255 0.77 0.14 0 0 190.71 1 0.62
Hex 3B DC FF 4D E 0 0 BF 64 3E
Octal 73 334 377 115 16 0 0 277 144 76
Binary 111011 11011100 11111111 1001101 1110 0 0 10111111 1100100 111110

Color Harmonies of #3BDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCFF

Black with #3BDCFF

Text Example


Text Example

White with #3BDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,255); }

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

background-color css

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

 a { background-color: rgb(59,220,255); }

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

border-color css

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

 span { border-color: rgb(59,220,255); }

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