Html Css Color HEX #43F2C6 Turquoise

📋 copy color: '#43F2C6'

red 67 ◦ green 242 ◦ blue 198

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

Shades of Turquoise #43F2C6

Tints of Turquoise #43F2C6

RGB

 RED value IS 67 (26.56% from 255) = 13.21%

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 13.21%
G = 47.73%
B = 39.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#43F2C6 (or 0x43F2C6) is known color: Turquoise. HEX triplet: 43, F2 and C6. RGB value is (67,242,198). Sum of RGB (Red+Green+Blue) = 67+242+198=507 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.21% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #43F2C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F2C6 is #BC0D39. Grayscale: #B8B8B8. Windows color (decimal): -12324154 or 13038147. OLE color: 13038147.

HSL color Cylindrical-coordinate representation of color #43F2C6: hue angle of 164.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F2C6 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 67 242 198 -
CMYK 0.72 0 0.18 0.05
HSL 164.91º 0.87% 0.61% -
HSV(B) 164.91º 0.72% 0.95% -
XYZ 44.26 68.77 64.37 -
YUV 184.66 135.52 44.08 -
System Red Green Blue C M Y K H S L
Decimal 67 242 198 0.72 0 0.18 0.05 164.91 0.87 0.61
Hex 43 F2 C6 48 0 12 5 A5 57 3D
Octal 103 362 306 110 0 22 5 245 127 75
Binary 1000011 11110010 11000110 1001000 0 10010 101 10100101 1010111 111101

Color Harmonies of #43F2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43F2C6

Black with #43F2C6

Text Example


Text Example

White with #43F2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43F2C6; }

 p { color: rgb(67,242,198); }

 H1.HeaderClassName
 {
   color: #43F2C6;
 }
 .AnyTagClassName
 {
   color: #43F2C6;
 }
</style>

background-color css

<style>
 a { background-color: #43F2C6; }

 a { background-color: rgb(67,242,198); }

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

border-color css

<style>
 span { border-color: #43F2C6; }

 span { border-color: rgb(67,242,198); }

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