Html Css Color HEX #42EDFC Turquoise

📋 copy color: '#42EDFC'

red 66 ◦ green 237 ◦ blue 252

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

Shades of Turquoise #42EDFC

Tints of Turquoise #42EDFC

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #42EDFC: hue angle of 184.84º 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 #42EDFC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 237 252 -
CMYK 0.74 0.06 0 0.01
HSL 184.84º 0.97% 0.62% -
HSV(B) 184.84º 0.74% 0.99% -
XYZ 50.1 68.75 102.73 -
YUV 187.58 164.35 41.28 -
System Red Green Blue C M Y K H S L
Decimal 66 237 252 0.74 0.06 0 0.01 184.84 0.97 0.62
Hex 42 ED FC 4A 6 0 1 B9 61 3E
Octal 102 355 374 112 6 0 1 271 141 76
Binary 1000010 11101101 11111100 1001010 110 0 1 10111001 1100001 111110

Color Harmonies of #42EDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDFC

Black with #42EDFC

Text Example


Text Example

White with #42EDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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