Html Css Color HEX #43D4FD Turquoise Blue

📋 copy color: '#43D4FD'

red 67 ◦ green 212 ◦ blue 253

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

Shades of Turquoise Blue #43D4FD

Tints of Turquoise Blue #43D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 12.59%
G = 39.85%
B = 47.56%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#43D4FD (or 0x43D4FD) is known color: Turquoise Blue. HEX triplet: 43, D4 and FD. RGB value is (67,212,253). Sum of RGB (Red+Green+Blue) = 67+212+253=532 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.59% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #43D4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D4FD is #BC2B02. Grayscale: #ADADAD. Windows color (decimal): -12331779 or 16634947. OLE color: 16634947.

HSL color Cylindrical-coordinate representation of color #43D4FD: hue angle of 193.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43D4FD is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 67 212 253 -
CMYK 0.74 0.16 0 0.01
HSL 193.23º 0.98% 0.63% -
HSV(B) 193.23º 0.74% 0.99% -
XYZ 43.59 55.37 101.32 -
YUV 173.32 172.96 52.17 -
System Red Green Blue C M Y K H S L
Decimal 67 212 253 0.74 0.16 0 0.01 193.23 0.98 0.63
Hex 43 D4 FD 4A 10 0 1 C1 62 3F
Octal 103 324 375 112 20 0 1 301 142 77
Binary 1000011 11010100 11111101 1001010 10000 0 1 11000001 1100010 111111

Color Harmonies of #43D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D4FD

Black with #43D4FD

Text Example


Text Example

White with #43D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,212,253); }

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

background-color css

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

 a { background-color: rgb(67,212,253); }

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

border-color css

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

 span { border-color: rgb(67,212,253); }

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