Html Css Color HEX #42F3BA Turquoise

📋 copy color: '#42F3BA'

red 66 ◦ green 243 ◦ blue 186

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

Shades of Turquoise #42F3BA

Tints of Turquoise #42F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 13.33%
G = 49.09%
B = 37.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#42F3BA (or 0x42F3BA) is known color: Turquoise. HEX triplet: 42, F3 and BA. RGB value is (66,243,186). Sum of RGB (Red+Green+Blue) = 66+243+186=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3BA is #BD0C45. Grayscale: #B7B7B7. Windows color (decimal): -12389446 or 12251970. OLE color: 12251970.

HSL color Cylindrical-coordinate representation of color #42F3BA: hue angle of 160.68º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3BA is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 243 186 -
CMYK 0.73 0 0.23 0.05
HSL 160.68º 0.88% 0.61% -
HSV(B) 160.68º 0.73% 0.95% -
XYZ 43.16 68.8 57.46 -
YUV 183.58 129.36 44.13 -
System Red Green Blue C M Y K H S L
Decimal 66 243 186 0.73 0 0.23 0.05 160.68 0.88 0.61
Hex 42 F3 BA 49 0 17 5 A1 58 3D
Octal 102 363 272 111 0 27 5 241 130 75
Binary 1000010 11110011 10111010 1001001 0 10111 101 10100001 1011000 111101

Color Harmonies of #42F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F3BA

Black with #42F3BA

Text Example


Text Example

White with #42F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,243,186); }

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

background-color css

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

 a { background-color: rgb(66,243,186); }

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

border-color css

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

 span { border-color: rgb(66,243,186); }

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