Html Css Color HEX #3CDCFF Turquoise

📋 copy color: '#3CDCFF'

red 60 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #3CDCFF

Tints of Turquoise #3CDCFF

RGB

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

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

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

R = 11.21%
G = 41.12%
B = 47.66%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3CDCFF (or 0x3CDCFF) is known color: Turquoise. HEX triplet: 3C, DC and FF. RGB value is (60,220,255). Sum of RGB (Red+Green+Blue) = 60+220+255=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDCFF is #C32300. Grayscale: #AFAFAF. Windows color (decimal): -12788481 or 16768060. OLE color: 16768060.

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

Color convert

RGB 60 220 255 -
CMYK 0.76 0.14 0 0
HSL 190.77º 1% 0.62% -
HSV(B) 190.77º 0.76% 1% -
XYZ 45.51 59.37 103.67 -
YUV 176.15 172.49 45.15 -
System Red Green Blue C M Y K H S L
Decimal 60 220 255 0.76 0.14 0 0 190.77 1 0.62
Hex 3C DC FF 4C E 0 0 BF 64 3E
Octal 74 334 377 114 16 0 0 277 144 76
Binary 111100 11011100 11111111 1001100 1110 0 0 10111111 1100100 111110

Color Harmonies of #3CDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCFF

Black with #3CDCFF

Text Example


Text Example

White with #3CDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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