Html Css Color HEX #42EDF7 Turquoise

📋 copy color: '#42EDF7'

red 66 ◦ green 237 ◦ blue 247

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

Shades of Turquoise #42EDF7

Tints of Turquoise #42EDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 12%
G = 43.09%
B = 44.91%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42EDF7 (or 0x42EDF7) is known color: Turquoise. HEX triplet: 42, ED and F7. RGB value is (66,237,247). Sum of RGB (Red+Green+Blue) = 66+237+247=550 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #42EDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDF7 is #BD1208. Grayscale: #BABABA. Windows color (decimal): -12390921 or 16248130. OLE color: 16248130.

HSL color Cylindrical-coordinate representation of color #42EDF7: hue angle of 183.31º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42EDF7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 237 247 -
CMYK 0.73 0.04 0 0.03
HSL 183.31º 0.92% 0.61% -
HSV(B) 183.31º 0.73% 0.97% -
XYZ 49.32 68.44 98.61 -
YUV 187.01 161.85 41.69 -
System Red Green Blue C M Y K H S L
Decimal 66 237 247 0.73 0.04 0 0.03 183.31 0.92 0.61
Hex 42 ED F7 49 4 0 3 B7 5C 3D
Octal 102 355 367 111 4 0 3 267 134 75
Binary 1000010 11101101 11110111 1001001 100 0 11 10110111 1011100 111101

Color Harmonies of #42EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDF7

Black with #42EDF7

Text Example


Text Example

White with #42EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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