Html Css Color HEX #3CDFEE Turquoise

📋 copy color: '#3CDFEE'

red 60 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #3CDFEE

Tints of Turquoise #3CDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 11.52%
G = 42.8%
B = 45.68%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CDFEE (or 0x3CDFEE) is known color: Turquoise. HEX triplet: 3C, DF and EE. RGB value is (60,223,238). Sum of RGB (Red+Green+Blue) = 60+223+238=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFEE is #C32011. Grayscale: #AFAFAF. Windows color (decimal): -12787730 or 15654716. OLE color: 15654716.

HSL color Cylindrical-coordinate representation of color #3CDFEE: hue angle of 185.06º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDFEE is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 223 238 -
CMYK 0.75 0.06 0 0.07
HSL 185.06º 0.84% 0.58% -
HSV(B) 185.06º 0.75% 0.93% -
XYZ 43.68 59.91 90.15 -
YUV 175.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 60 223 238 0.75 0.06 0 0.07 185.06 0.84 0.58
Hex 3C DF EE 4B 6 0 7 B9 54 3A
Octal 74 337 356 113 6 0 7 271 124 72
Binary 111100 11011111 11101110 1001011 110 0 111 10111001 1010100 111010

Color Harmonies of #3CDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFEE

Black with #3CDFEE

Text Example


Text Example

White with #3CDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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