Html Css Color HEX #67D9FD Turquoise Blue

📋 copy color: '#67D9FD'

red 103 ◦ green 217 ◦ blue 253

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

Shades of Turquoise Blue #67D9FD

Tints of Turquoise Blue #67D9FD

RGB

 RED value IS 103 (40.63% from 255) = 17.98%

 GREEN value IS 217 (85.16% from 255) = 37.87%

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

R = 17.98%
G = 37.87%
B = 44.15%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#67D9FD (or 0x67D9FD) is known color: Turquoise Blue. HEX triplet: 67, D9 and FD. RGB value is (103,217,253). Sum of RGB (Red+Green+Blue) = 103+217+253=573 (75% of max value = 765). Red value is 103 (40.62% from 255 or 17.98% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #67D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D9FD is #982602. Grayscale: #BABABA. Windows color (decimal): -9971203 or 16636263. OLE color: 16636263.

HSL color Cylindrical-coordinate representation of color #67D9FD: hue angle of 194.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67D9FD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 217 253 -
CMYK 0.59 0.14 0 0.01
HSL 194.4º 0.97% 0.7% -
HSV(B) 194.4º 0.59% 0.99% -
XYZ 48.14 59.6 101.9 -
YUV 187.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 103 217 253 0.59 0.14 0 0.01 194.4 0.97 0.7
Hex 67 D9 FD 3B E 0 1 C2 61 46
Octal 147 331 375 73 16 0 1 302 141 106
Binary 1100111 11011001 11111101 111011 1110 0 1 11000010 1100001 1000110

Color Harmonies of #67D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D9FD

Black with #67D9FD

Text Example


Text Example

White with #67D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67D9FD; }

 p { color: rgb(103,217,253); }

 H1.HeaderClassName
 {
   color: #67D9FD;
 }
 .AnyTagClassName
 {
   color: #67D9FD;
 }
</style>

background-color css

<style>
 a { background-color: #67D9FD; }

 a { background-color: rgb(103,217,253); }

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

border-color css

<style>
 span { border-color: #67D9FD; }

 span { border-color: rgb(103,217,253); }

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