Html Css Color HEX #42EEF7 Turquoise

📋 copy color: '#42EEF7'

red 66 ◦ green 238 ◦ blue 247

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

Shades of Turquoise #42EEF7

Tints of Turquoise #42EEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

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

R = 11.98%
G = 43.19%
B = 44.83%

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

#42EEF7 (or 0x42EEF7) is known color: Turquoise. HEX triplet: 42, EE and F7. RGB value is (66,238,247). Sum of RGB (Red+Green+Blue) = 66+238+247=551 (72% of max value = 765). Red value is 66 (26.17% from 255 or 11.98% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #42EEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEF7 is #BD1108. Grayscale: #BBBBBB. Windows color (decimal): -12390665 or 16248386. OLE color: 16248386.

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

Color convert

RGB 66 238 247 -
CMYK 0.73 0.04 0 0.03
HSL 182.98º 0.92% 0.61% -
HSV(B) 182.98º 0.73% 0.97% -
XYZ 49.61 69.02 98.7 -
YUV 187.6 161.52 41.27 -
System Red Green Blue C M Y K H S L
Decimal 66 238 247 0.73 0.04 0 0.03 182.98 0.92 0.61
Hex 42 EE F7 49 4 0 3 B7 5C 3D
Octal 102 356 367 111 4 0 3 267 134 75
Binary 1000010 11101110 11110111 1001001 100 0 11 10110111 1011100 111101

Color Harmonies of #42EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEF7

Black with #42EEF7

Text Example


Text Example

White with #42EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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