Html Css Color HEX #42DBF4 Turquoise

📋 copy color: '#42DBF4'

red 66 ◦ green 219 ◦ blue 244

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

Shades of Turquoise #42DBF4

Tints of Turquoise #42DBF4

RGB

 RED value IS 66 (26.17% from 255) = 12.48%

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 12.48%
G = 41.4%
B = 46.12%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#42DBF4 (or 0x42DBF4) is known color: Turquoise. HEX triplet: 42, DB and F4. RGB value is (66,219,244). Sum of RGB (Red+Green+Blue) = 66+219+244=529 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.48% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #42DBF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBF4 is #BD240B. Grayscale: #AFAFAF. Windows color (decimal): -12395532 or 16046914. OLE color: 16046914.

HSL color Cylindrical-coordinate representation of color #42DBF4: hue angle of 188.43º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DBF4 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 219 244 -
CMYK 0.73 0.10 0 0.04
HSL 188.43º 0.89% 0.61% -
HSV(B) 188.43º 0.73% 0.96% -
XYZ 43.91 58.35 94.54 -
YUV 176.1 166.31 49.47 -
System Red Green Blue C M Y K H S L
Decimal 66 219 244 0.73 0.10 0 0.04 188.43 0.89 0.61
Hex 42 DB F4 49 A 0 4 BC 59 3D
Octal 102 333 364 111 12 0 4 274 131 75
Binary 1000010 11011011 11110100 1001001 1010 0 100 10111100 1011001 111101

Color Harmonies of #42DBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DBF4

Black with #42DBF4

Text Example


Text Example

White with #42DBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42DBF4; }

 p { color: rgb(66,219,244); }

 H1.HeaderClassName
 {
   color: #42DBF4;
 }
 .AnyTagClassName
 {
   color: #42DBF4;
 }
</style>

background-color css

<style>
 a { background-color: #42DBF4; }

 a { background-color: rgb(66,219,244); }

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

border-color css

<style>
 span { border-color: #42DBF4; }

 span { border-color: rgb(66,219,244); }

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