Html Css Color HEX #3CDFFB Turquoise

📋 copy color: '#3CDFFB'

red 60 ◦ green 223 ◦ blue 251

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

Shades of Turquoise #3CDFFB

Tints of Turquoise #3CDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 11.24%
G = 41.76%
B = 47%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CDFFB (or 0x3CDFFB) is known color: Turquoise. HEX triplet: 3C, DF and FB. RGB value is (60,223,251). Sum of RGB (Red+Green+Blue) = 60+223+251=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CDFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFFB is #C32004. Grayscale: #B1B1B1. Windows color (decimal): -12787717 or 16506684. OLE color: 16506684.

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

Color convert

RGB 60 223 251 -
CMYK 0.76 0.11 0 0.02
HSL 188.8º 0.96% 0.61% -
HSV(B) 188.8º 0.76% 0.98% -
XYZ 45.66 60.7 100.58 -
YUV 177.46 169.5 44.22 -
System Red Green Blue C M Y K H S L
Decimal 60 223 251 0.76 0.11 0 0.02 188.8 0.96 0.61
Hex 3C DF FB 4C B 0 2 BD 60 3D
Octal 74 337 373 114 13 0 2 275 140 75
Binary 111100 11011111 11111011 1001100 1011 0 10 10111101 1100000 111101

Color Harmonies of #3CDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFFB

Black with #3CDFFB

Text Example


Text Example

White with #3CDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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