Html Css Color HEX #42F7D0 Turquoise

📋 copy color: '#42F7D0'

red 66 ◦ green 247 ◦ blue 208

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

Shades of Turquoise #42F7D0

Tints of Turquoise #42F7D0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.41%

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 12.67%
G = 47.41%
B = 39.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#42F7D0 (or 0x42F7D0) is known color: Turquoise. HEX triplet: 42, F7 and D0. RGB value is (66,247,208). Sum of RGB (Red+Green+Blue) = 66+247+208=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7D0 is #BD082F. Grayscale: #BCBCBC. Windows color (decimal): -12388400 or 13694786. OLE color: 13694786.

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

Color convert

RGB 66 247 208 -
CMYK 0.73 0 0.16 0.03
HSL 167.07º 0.92% 0.61% -
HSV(B) 167.07º 0.73% 0.97% -
XYZ 46.89 72.23 71.15 -
YUV 188.44 139.03 40.67 -
System Red Green Blue C M Y K H S L
Decimal 66 247 208 0.73 0 0.16 0.03 167.07 0.92 0.61
Hex 42 F7 D0 49 0 10 3 A7 5C 3D
Octal 102 367 320 111 0 20 3 247 134 75
Binary 1000010 11110111 11010000 1001001 0 10000 11 10100111 1011100 111101

Color Harmonies of #42F7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F7D0

Black with #42F7D0

Text Example


Text Example

White with #42F7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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