Html Css Color HEX #67DDFD Turquoise Blue

📋 copy color: '#67DDFD'

red 103 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #67DDFD

Tints of Turquoise Blue #67DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

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

R = 17.85%
G = 38.3%
B = 43.85%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#67DDFD (or 0x67DDFD) is known color: Turquoise Blue. HEX triplet: 67, DD and FD. RGB value is (103,221,253). Sum of RGB (Red+Green+Blue) = 103+221+253=577 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.85% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #67DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDFD is #982202. Grayscale: #BDBDBD. Windows color (decimal): -9970179 or 16637287. OLE color: 16637287.

HSL color Cylindrical-coordinate representation of color #67DDFD: hue angle of 192.8º 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 #67DDFD is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 221 253 -
CMYK 0.59 0.13 0 0.01
HSL 192.8º 0.97% 0.7% -
HSV(B) 192.8º 0.59% 0.99% -
XYZ 49.18 61.69 102.24 -
YUV 189.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 103 221 253 0.59 0.13 0 0.01 192.8 0.97 0.7
Hex 67 DD FD 3B D 0 1 C1 61 46
Octal 147 335 375 73 15 0 1 301 141 106
Binary 1100111 11011101 11111101 111011 1101 0 1 11000001 1100001 1000110

Color Harmonies of #67DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDFD

Black with #67DDFD

Text Example


Text Example

White with #67DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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