Html Css Color HEX #67CCDF Turquoise Blue

📋 copy color: '#67CCDF'

red 103 ◦ green 204 ◦ blue 223

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

Shades of Turquoise Blue #67CCDF

Tints of Turquoise Blue #67CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 19.43%
G = 38.49%
B = 42.08%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67CCDF (or 0x67CCDF) is known color: Turquoise Blue. HEX triplet: 67, CC and DF. RGB value is (103,204,223). Sum of RGB (Red+Green+Blue) = 103+204+223=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #67CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDF is #983320. Grayscale: #AFAFAF. Windows color (decimal): -9974561 or 14666855. OLE color: 14666855.

HSL color Cylindrical-coordinate representation of color #67CCDF: hue angle of 189.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67CCDF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 204 223 -
CMYK 0.54 0.09 0 0.13
HSL 189.5º 0.65% 0.64% -
HSV(B) 189.5º 0.54% 0.87% -
XYZ 40.51 51.4 77.6 -
YUV 175.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 103 204 223 0.54 0.09 0 0.13 189.5 0.65 0.64
Hex 67 CC DF 36 9 0 D BE 41 40
Octal 147 314 337 66 11 0 15 276 101 100
Binary 1100111 11001100 11011111 110110 1001 0 1101 10111110 1000001 1000000

Color Harmonies of #67CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CCDF

Black with #67CCDF

Text Example


Text Example

White with #67CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,204,223); }

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

background-color css

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

 a { background-color: rgb(103,204,223); }

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

border-color css

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

 span { border-color: rgb(103,204,223); }

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