Html Css Color HEX #43DAFA Turquoise Blue

📋 copy color: '#43DAFA'

red 67 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #43DAFA

Tints of Turquoise Blue #43DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 12.52%
G = 40.75%
B = 46.73%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#43DAFA (or 0x43DAFA) is known color: Turquoise Blue. HEX triplet: 43, DA and FA. RGB value is (67,218,250). Sum of RGB (Red+Green+Blue) = 67+218+250=535 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.52% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #43DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DAFA is #BC2505. Grayscale: #B0B0B0. Windows color (decimal): -12330246 or 16439875. OLE color: 16439875.

HSL color Cylindrical-coordinate representation of color #43DAFA: hue angle of 190.49º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43DAFA is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 218 250 -
CMYK 0.73 0.13 0 0.02
HSL 190.49º 0.95% 0.62% -
HSV(B) 190.49º 0.73% 0.98% -
XYZ 44.64 58.24 99.33 -
YUV 176.5 169.47 49.9 -
System Red Green Blue C M Y K H S L
Decimal 67 218 250 0.73 0.13 0 0.02 190.49 0.95 0.62
Hex 43 DA FA 49 D 0 2 BE 5F 3E
Octal 103 332 372 111 15 0 2 276 137 76
Binary 1000011 11011010 11111010 1001001 1101 0 10 10111110 1011111 111110

Color Harmonies of #43DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DAFA

Black with #43DAFA

Text Example


Text Example

White with #43DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,218,250); }

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

background-color css

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

 a { background-color: rgb(67,218,250); }

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

border-color css

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

 span { border-color: rgb(67,218,250); }

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