Html Css Color HEX #42F6B7 Turquoise

📋 copy color: '#42F6B7'

red 66 ◦ green 246 ◦ blue 183

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

Shades of Turquoise #42F6B7

Tints of Turquoise #42F6B7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 13.33%
G = 49.7%
B = 36.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#42F6B7 (or 0x42F6B7) is known color: Turquoise. HEX triplet: 42, F6 and B7. RGB value is (66,246,183). Sum of RGB (Red+Green+Blue) = 66+246+183=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #42F6B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F6B7 is #BD0948. Grayscale: #B9B9B9. Windows color (decimal): -12388681 or 12056130. OLE color: 12056130.

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

Color convert

RGB 66 246 183 -
CMYK 0.73 0 0.26 0.04
HSL 159º 0.91% 0.61% -
HSV(B) 159º 0.73% 0.96% -
XYZ 43.75 70.49 56.1 -
YUV 185 126.87 43.12 -
System Red Green Blue C M Y K H S L
Decimal 66 246 183 0.73 0 0.26 0.04 159 0.91 0.61
Hex 42 F6 B7 49 0 1A 4 9F 5B 3D
Octal 102 366 267 111 0 32 4 237 133 75
Binary 1000010 11110110 10110111 1001001 0 11010 100 10011111 1011011 111101

Color Harmonies of #42F6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F6B7

Black with #42F6B7

Text Example


Text Example

White with #42F6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,246,183); }

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

background-color css

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

 a { background-color: rgb(66,246,183); }

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

border-color css

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

 span { border-color: rgb(66,246,183); }

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