Html Css Color HEX #67DDFE Turquoise Blue

📋 copy color: '#67DDFE'

red 103 ◦ green 221 ◦ blue 254

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

Shades of Turquoise Blue #67DDFE

Tints of Turquoise Blue #67DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 17.82%
G = 38.24%
B = 43.94%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#67DDFE (or 0x67DDFE) is known color: Turquoise Blue. HEX triplet: 67, DD and FE. RGB value is (103,221,254). Sum of RGB (Red+Green+Blue) = 103+221+254=578 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.82% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #67DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDFE is #982201. Grayscale: #BDBDBD. Windows color (decimal): -9970178 or 16702823. OLE color: 16702823.

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

Color convert

RGB 103 221 254 -
CMYK 0.59 0.13 0 0.00
HSL 193.11º 0.99% 0.7% -
HSV(B) 193.11º 0.59% 1% -
XYZ 49.34 61.75 103.08 -
YUV 189.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 103 221 254 0.59 0.13 0 0.00 193.11 0.99 0.7
Hex 67 DD FE 3B D 0 0 C1 63 46
Octal 147 335 376 73 15 0 0 301 143 106
Binary 1100111 11011101 11111110 111011 1101 0 0 11000001 1100011 1000110

Color Harmonies of #67DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDFE

Black with #67DDFE

Text Example


Text Example

White with #67DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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