Html Css Color HEX #67DDFC Turquoise Blue

📋 copy color: '#67DDFC'

red 103 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #67DDFC

Tints of Turquoise Blue #67DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 17.88%
G = 38.37%
B = 43.75%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#67DDFC (or 0x67DDFC) is known color: Turquoise Blue. HEX triplet: 67, DD and FC. RGB value is (103,221,252). Sum of RGB (Red+Green+Blue) = 103+221+252=576 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.88% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #67DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDFC is #982203. Grayscale: #BDBDBD. Windows color (decimal): -9970180 or 16571751. OLE color: 16571751.

HSL color Cylindrical-coordinate representation of color #67DDFC: hue angle of 192.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67DDFC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 221 252 -
CMYK 0.59 0.12 0 0.01
HSL 192.48º 0.96% 0.7% -
HSV(B) 192.48º 0.59% 0.99% -
XYZ 49.02 61.62 101.41 -
YUV 189.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 103 221 252 0.59 0.12 0 0.01 192.48 0.96 0.7
Hex 67 DD FC 3B C 0 1 C0 60 46
Octal 147 335 374 73 14 0 1 300 140 106
Binary 1100111 11011101 11111100 111011 1100 0 1 11000000 1100000 1000110

Color Harmonies of #67DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDFC

Black with #67DDFC

Text Example


Text Example

White with #67DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,221,252); }

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

background-color css

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

 a { background-color: rgb(103,221,252); }

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

border-color css

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

 span { border-color: rgb(103,221,252); }

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