Html Css Color HEX #3CDFEA Turquoise

📋 copy color: '#3CDFEA'

red 60 ◦ green 223 ◦ blue 234

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

Shades of Turquoise #3CDFEA

Tints of Turquoise #3CDFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 11.61%
G = 43.13%
B = 45.26%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3CDFEA (or 0x3CDFEA) is known color: Turquoise. HEX triplet: 3C, DF and EA. RGB value is (60,223,234). Sum of RGB (Red+Green+Blue) = 60+223+234=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CDFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFEA is #C32015. Grayscale: #AFAFAF. Windows color (decimal): -12787734 or 15392572. OLE color: 15392572.

HSL color Cylindrical-coordinate representation of color #3CDFEA: hue angle of 183.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDFEA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 223 234 -
CMYK 0.74 0.05 0 0.08
HSL 183.79º 0.81% 0.58% -
HSV(B) 183.79º 0.74% 0.92% -
XYZ 43.1 59.68 87.09 -
YUV 175.52 161 45.61 -
System Red Green Blue C M Y K H S L
Decimal 60 223 234 0.74 0.05 0 0.08 183.79 0.81 0.58
Hex 3C DF EA 4A 5 0 8 B8 51 3A
Octal 74 337 352 112 5 0 10 270 121 72
Binary 111100 11011111 11101010 1001010 101 0 1000 10111000 1010001 111010

Color Harmonies of #3CDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFEA

Black with #3CDFEA

Text Example


Text Example

White with #3CDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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