Html Css Color HEX #67DDFB Turquoise Blue

📋 copy color: '#67DDFB'

red 103 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #67DDFB

Tints of Turquoise Blue #67DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 17.91%
G = 38.43%
B = 43.65%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#67DDFB (or 0x67DDFB) is known color: Turquoise Blue. HEX triplet: 67, DD and FB. RGB value is (103,221,251). Sum of RGB (Red+Green+Blue) = 103+221+251=575 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.91% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #67DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDFB is #982204. Grayscale: #BCBCBC. Windows color (decimal): -9970181 or 16506215. OLE color: 16506215.

HSL color Cylindrical-coordinate representation of color #67DDFB: hue angle of 192.16º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67DDFB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 221 251 -
CMYK 0.59 0.12 0 0.02
HSL 192.16º 0.95% 0.69% -
HSV(B) 192.16º 0.59% 0.98% -
XYZ 48.86 61.56 100.57 -
YUV 189.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 103 221 251 0.59 0.12 0 0.02 192.16 0.95 0.69
Hex 67 DD FB 3B C 0 2 C0 5F 45
Octal 147 335 373 73 14 0 2 300 137 105
Binary 1100111 11011101 11111011 111011 1100 0 10 11000000 1011111 1000101

Color Harmonies of #67DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDFB

Black with #67DDFB

Text Example


Text Example

White with #67DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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