#43DBF3

Color #43DBF3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #43DBF3

Tints of Turquoise #43DBF3

Color information

#43DBF3 (or 0x43DBF3) is unknown color: approx Turquoise. HEX triplet: 43, DB and F3. RGB value is (67,219,243). Sum of RGB (Red+Green+Blue) = 67+219+243=529 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.67% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #43DBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBF3 is #BC240C. Grayscale: #B0B0B0. Windows color (decimal): -12329997 or 15981379. OLE color: 15981379.

HSL color Cylindrical-coordinate representation of color #43DBF3: hue angle of 188.18º degrees, saturation: 0.88, 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 #43DBF3 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB67219243-
CMYK0.720.1000.05
HSL188.18º88%60.78%-
HSV(B)188.18º72.43%95.29%-
XYZ43.8258.3393.74-
YUV176.29165.6450.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.67%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=12.67%
G=41.40%
B=45.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal672192430.720.1000.05188.188860.78
Hex43DBF348A05bc583d
Octal103333363110120527413075
Binary10000111101101111110011100100010100101101111001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,219,243); }

 H1.HeaderClassName
 {
   color: #43DBF3;
 }
 .AnyTagClassName
 {
   color: #43DBF3;
 }
</style>
background-color css

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

 a { background-color: rgb(67,219,243); }

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

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

 span { border-color: rgb(67,219,243); }

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