Html Css Color HEX #3CDBFA Turquoise

📋 copy color: '#3CDBFA'

red 60 ◦ green 219 ◦ blue 250

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

Shades of Turquoise #3CDBFA

Tints of Turquoise #3CDBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 11.34%
G = 41.4%
B = 47.26%

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

#3CDBFA (or 0x3CDBFA) is known color: Turquoise. HEX triplet: 3C, DB and FA. RGB value is (60,219,250). Sum of RGB (Red+Green+Blue) = 60+219+250=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CDBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBFA is #C32405. Grayscale: #AEAEAE. Windows color (decimal): -12788742 or 16440124. OLE color: 16440124.

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

Color convert

RGB 60 219 250 -
CMYK 0.76 0.12 0 0.02
HSL 189.79º 0.95% 0.61% -
HSV(B) 189.79º 0.76% 0.98% -
XYZ 44.45 58.53 99.4 -
YUV 174.99 170.32 45.98 -
System Red Green Blue C M Y K H S L
Decimal 60 219 250 0.76 0.12 0 0.02 189.79 0.95 0.61
Hex 3C DB FA 4C C 0 2 BE 5F 3D
Octal 74 333 372 114 14 0 2 276 137 75
Binary 111100 11011011 11111010 1001100 1100 0 10 10111110 1011111 111101

Color Harmonies of #3CDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDBFA

Black with #3CDBFA

Text Example


Text Example

White with #3CDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,219,250); }

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

background-color css

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

 a { background-color: rgb(60,219,250); }

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

border-color css

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

 span { border-color: rgb(60,219,250); }

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