Html Css Color HEX #42F3BC Turquoise

📋 copy color: '#42F3BC'

red 66 ◦ green 243 ◦ blue 188

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

Shades of Turquoise #42F3BC

Tints of Turquoise #42F3BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 13.28%
G = 48.89%
B = 37.83%

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

#42F3BC (or 0x42F3BC) is known color: Turquoise. HEX triplet: 42, F3 and BC. RGB value is (66,243,188). Sum of RGB (Red+Green+Blue) = 66+243+188=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3BC is #BD0C43. Grayscale: #B7B7B7. Windows color (decimal): -12389444 or 12383042. OLE color: 12383042.

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

Color convert

RGB 66 243 188 -
CMYK 0.73 0 0.23 0.05
HSL 161.36º 0.88% 0.61% -
HSV(B) 161.36º 0.73% 0.95% -
XYZ 43.37 68.89 58.59 -
YUV 183.81 130.36 43.97 -
System Red Green Blue C M Y K H S L
Decimal 66 243 188 0.73 0 0.23 0.05 161.36 0.88 0.61
Hex 42 F3 BC 49 0 17 5 A1 58 3D
Octal 102 363 274 111 0 27 5 241 130 75
Binary 1000010 11110011 10111100 1001001 0 10111 101 10100001 1011000 111101

Color Harmonies of #42F3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F3BC

Black with #42F3BC

Text Example


Text Example

White with #42F3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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