Html Css Color HEX #3CDFFA Turquoise

📋 copy color: '#3CDFFA'

red 60 ◦ green 223 ◦ blue 250

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

Shades of Turquoise #3CDFFA

Tints of Turquoise #3CDFFA

RGB

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

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

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

R = 11.26%
G = 41.84%
B = 46.9%

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

#3CDFFA (or 0x3CDFFA) is known color: Turquoise. HEX triplet: 3C, DF and FA. RGB value is (60,223,250). Sum of RGB (Red+Green+Blue) = 60+223+250=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFFA is #C32005. Grayscale: #B1B1B1. Windows color (decimal): -12787718 or 16441148. OLE color: 16441148.

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

Color convert

RGB 60 223 250 -
CMYK 0.76 0.11 0 0.02
HSL 188.53º 0.95% 0.61% -
HSV(B) 188.53º 0.76% 0.98% -
XYZ 45.51 60.64 99.75 -
YUV 177.34 169 44.3 -
System Red Green Blue C M Y K H S L
Decimal 60 223 250 0.76 0.11 0 0.02 188.53 0.95 0.61
Hex 3C DF FA 4C B 0 2 BD 5F 3D
Octal 74 337 372 114 13 0 2 275 137 75
Binary 111100 11011111 11111010 1001100 1011 0 10 10111101 1011111 111101

Color Harmonies of #3CDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFFA

Black with #3CDFFA

Text Example


Text Example

White with #3CDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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