Html Css Color HEX #3CDDFB Turquoise

📋 copy color: '#3CDDFB'

red 60 ◦ green 221 ◦ blue 251

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

Shades of Turquoise #3CDDFB

Tints of Turquoise #3CDDFB

RGB

 RED value IS 60 (23.83% from 255) = 11.28%

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

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 11.28%
G = 41.54%
B = 47.18%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CDDFB (or 0x3CDDFB) is known color: Turquoise. HEX triplet: 3C, DD and FB. RGB value is (60,221,251). Sum of RGB (Red+Green+Blue) = 60+221+251=532 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.28% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CDDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDFB is #C32204. Grayscale: #B0B0B0. Windows color (decimal): -12788229 or 16506172. OLE color: 16506172.

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

Color convert

RGB 60 221 251 -
CMYK 0.76 0.12 0 0.02
HSL 189.42º 0.96% 0.61% -
HSV(B) 189.42º 0.76% 0.98% -
XYZ 45.13 59.64 100.4 -
YUV 176.28 170.16 45.06 -
System Red Green Blue C M Y K H S L
Decimal 60 221 251 0.76 0.12 0 0.02 189.42 0.96 0.61
Hex 3C DD FB 4C C 0 2 BD 60 3D
Octal 74 335 373 114 14 0 2 275 140 75
Binary 111100 11011101 11111011 1001100 1100 0 10 10111101 1100000 111101

Color Harmonies of #3CDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDFB

Black with #3CDDFB

Text Example


Text Example

White with #3CDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,221,251); }

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

background-color css

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

 a { background-color: rgb(60,221,251); }

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

border-color css

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

 span { border-color: rgb(60,221,251); }

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