Html Css Color HEX #67CDEA Turquoise Blue

📋 copy color: '#67CDEA'

red 103 ◦ green 205 ◦ blue 234

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

Shades of Turquoise Blue #67CDEA

Tints of Turquoise Blue #67CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 19%
G = 37.82%
B = 43.17%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#67CDEA (or 0x67CDEA) is known color: Turquoise Blue. HEX triplet: 67, CD and EA. RGB value is (103,205,234). Sum of RGB (Red+Green+Blue) = 103+205+234=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #67CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CDEA is #983215. Grayscale: #B1B1B1. Windows color (decimal): -9974294 or 15388007. OLE color: 15388007.

HSL color Cylindrical-coordinate representation of color #67CDEA: hue angle of 193.28º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67CDEA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 205 234 -
CMYK 0.56 0.12 0 0.08
HSL 193.28º 0.76% 0.66% -
HSV(B) 193.28º 0.56% 0.92% -
XYZ 42.28 52.49 85.74 -
YUV 177.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 103 205 234 0.56 0.12 0 0.08 193.28 0.76 0.66
Hex 67 CD EA 38 C 0 8 C1 4C 42
Octal 147 315 352 70 14 0 10 301 114 102
Binary 1100111 11001101 11101010 111000 1100 0 1000 11000001 1001100 1000010

Color Harmonies of #67CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CDEA

Black with #67CDEA

Text Example


Text Example

White with #67CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,205,234); }

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

background-color css

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

 a { background-color: rgb(103,205,234); }

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

border-color css

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

 span { border-color: rgb(103,205,234); }

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