Html Css Color HEX #67CFEB Turquoise Blue

📋 copy color: '#67CFEB'

red 103 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #67CFEB

Tints of Turquoise Blue #67CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.98%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 18.9%
G = 37.98%
B = 43.12%

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

#67CFEB (or 0x67CFEB) is known color: Turquoise Blue. HEX triplet: 67, CF and EB. RGB value is (103,207,235). Sum of RGB (Red+Green+Blue) = 103+207+235=545 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.90% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #67CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CFEB is #983014. Grayscale: #B2B2B2. Windows color (decimal): -9973781 or 15454055. OLE color: 15454055.

HSL color Cylindrical-coordinate representation of color #67CFEB: hue angle of 192.73º degrees, saturation: 0.77, 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 #67CFEB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 207 235 -
CMYK 0.56 0.12 0 0.08
HSL 192.73º 0.77% 0.66% -
HSV(B) 192.73º 0.56% 0.92% -
XYZ 42.9 53.51 86.66 -
YUV 179.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 103 207 235 0.56 0.12 0 0.08 192.73 0.77 0.66
Hex 67 CF EB 38 C 0 8 C1 4D 42
Octal 147 317 353 70 14 0 10 301 115 102
Binary 1100111 11001111 11101011 111000 1100 0 1000 11000001 1001101 1000010

Color Harmonies of #67CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CFEB

Black with #67CFEB

Text Example


Text Example

White with #67CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,207,235); }

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

background-color css

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

 a { background-color: rgb(103,207,235); }

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

border-color css

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

 span { border-color: rgb(103,207,235); }

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