Html Css Color HEX #7BDFED Turquoise Blue

📋 copy color: '#7BDFED'

red 123 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #7BDFED

Tints of Turquoise Blue #7BDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.25%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 21.1%
G = 38.25%
B = 40.65%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BDFED (or 0x7BDFED) is known color: Turquoise Blue. HEX triplet: 7B, DF and ED. RGB value is (123,223,237). Sum of RGB (Red+Green+Blue) = 123+223+237=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFED is #842012. Grayscale: #C2C2C2. Windows color (decimal): -8658963 or 15589243. OLE color: 15589243.

HSL color Cylindrical-coordinate representation of color #7BDFED: hue angle of 187.37º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BDFED is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 223 237 -
CMYK 0.48 0.06 0 0.07
HSL 187.37º 0.76% 0.71% -
HSV(B) 187.37º 0.48% 0.93% -
XYZ 49.84 63.1 89.67 -
YUV 194.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 123 223 237 0.48 0.06 0 0.07 187.37 0.76 0.71
Hex 7B DF ED 30 6 0 7 BB 4C 47
Octal 173 337 355 60 6 0 7 273 114 107
Binary 1111011 11011111 11101101 110000 110 0 111 10111011 1001100 1000111

Color Harmonies of #7BDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFED

Black with #7BDFED

Text Example


Text Example

White with #7BDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,223,237); }

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

background-color css

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

 a { background-color: rgb(123,223,237); }

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

border-color css

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

 span { border-color: rgb(123,223,237); }

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