Html Css Color HEX #7BDDF2 Turquoise Blue

📋 copy color: '#7BDDF2'

red 123 ◦ green 221 ◦ blue 242

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

Shades of Turquoise Blue #7BDDF2

Tints of Turquoise Blue #7BDDF2

RGB

 RED value IS 123 (48.44% from 255) = 20.99%

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 20.99%
G = 37.71%
B = 41.3%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BDDF2 (or 0x7BDDF2) is known color: Turquoise Blue. HEX triplet: 7B, DD and F2. RGB value is (123,221,242). Sum of RGB (Red+Green+Blue) = 123+221+242=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BDDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDF2 is #84220D. Grayscale: #C1C1C1. Windows color (decimal): -8659470 or 15916411. OLE color: 15916411.

HSL color Cylindrical-coordinate representation of color #7BDDF2: hue angle of 190.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDDF2 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 221 242 -
CMYK 0.49 0.09 0 0.05
HSL 190.59º 0.82% 0.72% -
HSV(B) 190.59º 0.49% 0.95% -
XYZ 50.05 62.33 93.4 -
YUV 194.09 155.03 77.29 -
System Red Green Blue C M Y K H S L
Decimal 123 221 242 0.49 0.09 0 0.05 190.59 0.82 0.72
Hex 7B DD F2 31 9 0 5 BF 52 48
Octal 173 335 362 61 11 0 5 277 122 110
Binary 1111011 11011101 11110010 110001 1001 0 101 10111111 1010010 1001000

Color Harmonies of #7BDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDDF2

Black with #7BDDF2

Text Example


Text Example

White with #7BDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BDDF2; }

 p { color: rgb(123,221,242); }

 H1.HeaderClassName
 {
   color: #7BDDF2;
 }
 .AnyTagClassName
 {
   color: #7BDDF2;
 }
</style>

background-color css

<style>
 a { background-color: #7BDDF2; }

 a { background-color: rgb(123,221,242); }

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

border-color css

<style>
 span { border-color: #7BDDF2; }

 span { border-color: rgb(123,221,242); }

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