Html Css Color HEX #67DCE1 Turquoise Blue

📋 copy color: '#67DCE1'

red 103 ◦ green 220 ◦ blue 225

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

Shades of Turquoise Blue #67DCE1

Tints of Turquoise Blue #67DCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

 BLUE value IS 225 (88.28% from 255) = 41.06%

R = 18.8%
G = 40.15%
B = 41.06%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#67DCE1 (or 0x67DCE1) is known color: Turquoise Blue. HEX triplet: 67, DC and E1. RGB value is (103,220,225). Sum of RGB (Red+Green+Blue) = 103+220+225=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #67DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCE1 is #98231E. Grayscale: #B9B9B9. Windows color (decimal): -9970463 or 14802023. OLE color: 14802023.

HSL color Cylindrical-coordinate representation of color #67DCE1: hue angle of 182.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DCE1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 103 220 225 -
CMYK 0.54 0.02 0 0.12
HSL 182.46º 0.67% 0.64% -
HSV(B) 182.46º 0.54% 0.88% -
XYZ 44.78 59.51 80.36 -
YUV 185.59 150.24 69.09 -
System Red Green Blue C M Y K H S L
Decimal 103 220 225 0.54 0.02 0 0.12 182.46 0.67 0.64
Hex 67 DC E1 36 2 0 C B6 43 40
Octal 147 334 341 66 2 0 14 266 103 100
Binary 1100111 11011100 11100001 110110 10 0 1100 10110110 1000011 1000000

Color Harmonies of #67DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DCE1

Black with #67DCE1

Text Example


Text Example

White with #67DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,220,225); }

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

background-color css

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

 a { background-color: rgb(103,220,225); }

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

border-color css

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

 span { border-color: rgb(103,220,225); }

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