Html Css Color HEX #42EFF7 Turquoise

📋 copy color: '#42EFF7'

red 66 ◦ green 239 ◦ blue 247

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

Shades of Turquoise #42EFF7

Tints of Turquoise #42EFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.3%

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

R = 11.96%
G = 43.3%
B = 44.75%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42EFF7 (or 0x42EFF7) is known color: Turquoise. HEX triplet: 42, EF and F7. RGB value is (66,239,247). Sum of RGB (Red+Green+Blue) = 66+239+247=552 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.96% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #42EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFF7 is #BD1008. Grayscale: #BBBBBB. Windows color (decimal): -12390409 or 16248642. OLE color: 16248642.

HSL color Cylindrical-coordinate representation of color #42EFF7: hue angle of 182.65º 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 #42EFF7 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 239 247 -
CMYK 0.73 0.03 0 0.03
HSL 182.65º 0.92% 0.61% -
HSV(B) 182.65º 0.73% 0.97% -
XYZ 49.9 69.61 98.8 -
YUV 188.19 161.19 40.85 -
System Red Green Blue C M Y K H S L
Decimal 66 239 247 0.73 0.03 0 0.03 182.65 0.92 0.61
Hex 42 EF F7 49 3 0 3 B7 5C 3D
Octal 102 357 367 111 3 0 3 267 134 75
Binary 1000010 11101111 11110111 1001001 11 0 11 10110111 1011100 111101

Color Harmonies of #42EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFF7

Black with #42EFF7

Text Example


Text Example

White with #42EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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