Html Css Color HEX #42FCED Turquoise

📋 copy color: '#42FCED'

red 66 ◦ green 252 ◦ blue 237

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

Shades of Turquoise #42FCED

Tints of Turquoise #42FCED

RGB

 RED value IS 66 (26.17% from 255) = 11.89%

 GREEN value IS 252 (98.83% from 255) = 45.41%

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 11.89%
G = 45.41%
B = 42.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#42FCED (or 0x42FCED) is known color: Turquoise. HEX triplet: 42, FC and ED. RGB value is (66,252,237). Sum of RGB (Red+Green+Blue) = 66+252+237=555 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.89% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FCED is #BD0312. Grayscale: #C2C2C2. Windows color (decimal): -12387091 or 15596610. OLE color: 15596610.

HSL color Cylindrical-coordinate representation of color #42FCED: hue angle of 175.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCED is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 237 -
CMYK 0.74 0 0.06 0.01
HSL 175.16º 0.97% 0.62% -
HSV(B) 175.16º 0.74% 0.99% -
XYZ 52.34 76.89 92.2 -
YUV 194.68 151.88 36.22 -
System Red Green Blue C M Y K H S L
Decimal 66 252 237 0.74 0 0.06 0.01 175.16 0.97 0.62
Hex 42 FC ED 4A 0 6 1 AF 61 3E
Octal 102 374 355 112 0 6 1 257 141 76
Binary 1000010 11111100 11101101 1001010 0 110 1 10101111 1100001 111110

Color Harmonies of #42FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCED

Black with #42FCED

Text Example


Text Example

White with #42FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FCED; }

 p { color: rgb(66,252,237); }

 H1.HeaderClassName
 {
   color: #42FCED;
 }
 .AnyTagClassName
 {
   color: #42FCED;
 }
</style>

background-color css

<style>
 a { background-color: #42FCED; }

 a { background-color: rgb(66,252,237); }

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

border-color css

<style>
 span { border-color: #42FCED; }

 span { border-color: rgb(66,252,237); }

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