Html Css Color HEX #67CEDF Turquoise Blue

📋 copy color: '#67CEDF'

red 103 ◦ green 206 ◦ blue 223

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

Shades of Turquoise Blue #67CEDF

Tints of Turquoise Blue #67CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.72%

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

R = 19.36%
G = 38.72%
B = 41.92%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67CEDF (or 0x67CEDF) is known color: Turquoise Blue. HEX triplet: 67, CE and DF. RGB value is (103,206,223). Sum of RGB (Red+Green+Blue) = 103+206+223=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #67CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEDF is #983120. Grayscale: #B0B0B0. Windows color (decimal): -9974049 or 14667367. OLE color: 14667367.

HSL color Cylindrical-coordinate representation of color #67CEDF: hue angle of 188.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 #67CEDF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 206 223 -
CMYK 0.54 0.08 0 0.13
HSL 188.5º 0.65% 0.64% -
HSV(B) 188.5º 0.54% 0.87% -
XYZ 40.98 52.35 77.76 -
YUV 177.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 103 206 223 0.54 0.08 0 0.13 188.5 0.65 0.64
Hex 67 CE DF 36 8 0 D BC 41 40
Octal 147 316 337 66 10 0 15 274 101 100
Binary 1100111 11001110 11011111 110110 1000 0 1101 10111100 1000001 1000000

Color Harmonies of #67CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CEDF

Black with #67CEDF

Text Example


Text Example

White with #67CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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