Html Css Color HEX #3BDDFD Turquoise

📋 copy color: '#3BDDFD'

red 59 ◦ green 221 ◦ blue 253

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

Shades of Turquoise #3BDDFD

Tints of Turquoise #3BDDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 11.07%
G = 41.46%
B = 47.47%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BDDFD (or 0x3BDDFD) is known color: Turquoise. HEX triplet: 3B, DD and FD. RGB value is (59,221,253). Sum of RGB (Red+Green+Blue) = 59+221+253=533 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.07% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDDFD is #C42202. Grayscale: #AFAFAF. Windows color (decimal): -12853763 or 16637243. OLE color: 16637243.

HSL color Cylindrical-coordinate representation of color #3BDDFD: hue angle of 189.9º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDDFD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 221 253 -
CMYK 0.77 0.13 0 0.01
HSL 189.9º 0.98% 0.61% -
HSV(B) 189.9º 0.77% 0.99% -
XYZ 45.39 59.73 102.07 -
YUV 176.21 171.33 44.4 -
System Red Green Blue C M Y K H S L
Decimal 59 221 253 0.77 0.13 0 0.01 189.9 0.98 0.61
Hex 3B DD FD 4D D 0 1 BE 62 3D
Octal 73 335 375 115 15 0 1 276 142 75
Binary 111011 11011101 11111101 1001101 1101 0 1 10111110 1100010 111101

Color Harmonies of #3BDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDDFD

Black with #3BDDFD

Text Example


Text Example

White with #3BDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,221,253); }

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

background-color css

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

 a { background-color: rgb(59,221,253); }

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

border-color css

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

 span { border-color: rgb(59,221,253); }

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